Testing Statement #1 Below of Section 3.0 of CSS1 Spec
-
1. In CSS, more than one style sheet can influence the presentation simultaneously
PASS CRITERIA:
If statement #1 above is passed, then
this paragraph should be red. All other properties should be UA-
default. The rule applied is "P {color: red}". This rule overrides
any other rules in imported style sheets.
This h3 heading should be green serif. The rule (from imported style sheet)
should be #id3 {color: green; font-family: serif;}.
All other properties should be UA-default.
To move directly to the next test, click here