Testing Second Testable Statement of Section 2.0 of CSS1 Spec
-
2. The concept of pseudo-classes and pseudo-elements extends addressing in CSS1
to allow external information ot influence the formatting process.
"PASS" CRITERIA:
If statement #2 above is passed, then:
This link is lime if unvisited; the pseudo-class is
"A:link {color: lime}". This link is
maroon if visited; the pseudo-class is "A:visited {color: maroon}".
The first line of this paragraph should have italic font style.
Plus a large "T" as first letter.
The remaining lines should be UA-default. The pseudo-element applied is
"P:first-line {font-style: italic}".
T
he first
line of this paragraph should be italic with a large "T" to start.
The pseudo-element
applied is "P:first-letter {font-size: 200%; float-left;}". Everything
else is UA-default.
External information above influences the presentation of this page.
Your browser rendering of this page should be similar to this
reference image or to this reference
image.
To move directly to the next test, click here