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) Class |
|
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. |
|