InterviewSolution
Saved Bookmarks
| 1. |
Each property may also have a cascaded value of ___________ which means that, for a given element, the property takes the same specified value as the property for the element’s parent.(a) !important(b) delay(c) inherit(d) importantThis question was addressed to me in unit test.Query is from Document Structure and CSS Inheritance in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The correct choice is (c) INHERIT |
|