Testing First Testable Statement of Section 2.0 of CSS1 Spec
-
1. In CSS1, style is normally attached to an element based on its position in
the document structure.
"PASS" CRITERIA:
If statement #1 above is passed, then:
This heading(h2) should be blue. The rule applied is ".class {color: blue}".
The word important(em) is also blue, because of its position within h2.
This h2 heading should be red. The rule applied is ".class {color: red}".
The word important(em) is also red, because of its position within
this h2.
The value of "em" color above is different depending on its position.
Your browser rendering of this page should look similar to this
reference image or to this reference
image.
To move directly to the next test, click here