InterviewSolution
Saved Bookmarks
| 1. |
As a general rule, properties in CSS inherit from ___________ elements(a) child to parent(b) parent to child(c) grandparents to parents(d) none of the mentionedI had been asked this question at a job interview.My question is based upon Document Structure and CSS Inheritance in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT ANSWER is (B) PARENT to child For EXPLANATION: Self-explainatory. |
|