Testing Statement #4 Below of Section 1.5 of CSS1 Spec
-
4. By using the ID attribute as selector, one can set style properties on a
per element basis.
"PASS" CRITERIA:
If statement #4 above is passed, this paragraph should be blue
monospace. The rule applied is "#id1 {color: blue; font-family: monospace;}".
This is applied on a per-element basis. All other properties
should be UA-default.
This heading (h3) is red and sans-serif (rule applied on this element
is "#id2 {color: red; font-family: sans-serif;}" and is applied on a per-
element basis)
Your browser should render this page similarly to this
reference image or to thisreference image.