InterviewSolution
Saved Bookmarks
| 1. |
The ______________ is the link between the HTML document and the style. It specifies what elements are affected by the declaration.(a) Tag(b) Selector(c) Declaration(d) ClassThe question was posed to me in an online quiz.This intriguing question comes from Document Structure and CSS Inheritance topic in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT answer is (B) SELECTOR Explanation: The selector is the link between the HTML document and the style. It specifies what elements are AFFECTED by the declaration. The declaration is that part of the RULE that sets forth what the effect will be. |
|