Testing Statement #1 Below of Section 2.6 of CSS1 Spec
-
1. Several pseudo-elements can be combined.
PASS CRITERIA:
If statement #1 above is passed, then:
T
he first letter of this paragraph should be green
with a font size of 24pt. The rest of the first line should be blue
while the rest of the paragraph would be red. All other properties
should be UA-default. The rules applied are "p {color: red; font-size: 12pt}",
"P:first-letter {color: green; font-size: 200% }", and
"p:first-line {color: blue}".
Pseudo-elements above are combined.
Your browser should render this page similarly to this
reference image or to thisreference image.
To move directly to the next test, click here.