Testing Statement #1 Below of Section 4.0 of CSS1 Spec
-
1. CSS1 assumes a simple box-oriented formatting model where each element results
in one or more boxes.
PASS CRITERIA:
If statement #1 above is passed, this paragraph should have 1cm margins, a
border of 2px solid, and padding of .25cm.
The rules applied are "P {padding: 25cm; border-width: 2px solid}" and
"P STYLE="margin: 1cm" above.
All other properties of this paragraph should be UA-default.
This h3 element has a display value of "none" and so is not displayed in a
box. The rule applied here is "h3 {display: none}". All other properties
are UA-default.
To move directly to the next test, click here