InterviewSolution
Saved Bookmarks
| 1. |
Which of the following option a declaration consist of?(a) Tag(b) Property(c) Selector(d) ClassThe question was posed to me in semester exam.This key question is from Document Structure and CSS Inheritance in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT choice is (b) Property To explain: A declaration has TWO PARTS separated by a COLON: Property – that PART before the colon Value – that part after the colon. |
|