Testing 17th Testable Statement of Sec 8.3 of CSS2 Specification
-
17. The "margin" property is a shorthand property for setting "margin-top",
"margin-right", "margin-bottom", and "margin-left" at the same place in the
style sheet.
PASS CRITERIA:
If statement #17 above is passed, then
the BODY element (this page) should have margins of 2em all around, this P element should
have top and bottom margins of 1em, and right and left margins of 2em, and
the h3 element below should have top margin of 1em, right margin of 2em, bottom
margin of 3em, and left margin of 2em.
This is the h3 element mentioned above.
The rules applied for this page are "BODY {margin: 2em}", "p {margin: 1em 2em}", and
"h3 {margin: 1em 2em 3em }".
Here is some extra text in order to test this concept more thoroughly.
All other properties of this page should be UA-default.