InterviewSolution
Saved Bookmarks
| 1. |
Explain the syntax of CSS. |
|
Answer» A CSS rule-set consists of a selector and a declaration BLOCK: The selector points to the HTML element you want to style. The declaration block contains one or more DECLARATIONS separated by semicolons... |
|