1. A rule consists of two main parts: selector and declaration.
1. The declaration has two parts: property and value.
3.selector is link between HTML document and style
4.all HTML tags are possible selectors
5.Referenced HTML tags are defined in HTML spec
6.CSS spec defines valid syntax for addressing HTML tags
7."color" property is one of 35 properties that determine the presentation of an HTML document
8.these 35 properties determine presentation of HTML doc
9.CSS1 defines lists of properties and their possible values
10. A fundamental feature of CSS is that style sheets can be combined.
11. Each UA will have a default style sheet that presents documents in a reasonable manner.
To test the validity of statement #1 above for all rules on this page.
All rules on this page satisfy statement #1 above. The appearance of this page should accurately reflect the correct application of style sheet(s) above.