InterviewSolution
Saved Bookmarks
| 1. |
The ____________ represents the result of the cascade: it is the declared value that wins the cascade.(a) specified Value(b) actual value(c) computed value(d) cascaded valueThe question was asked in an interview.Question is from Inheritance and Cascade topic in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT OPTION is (d) cascaded value The EXPLANATION: Self-explainatory. |
|