Testing Statement #5 Below of Section 2.1 of CSS1 Spec

PASS CRITERIA:

If statement #5 above is passed, then this name should be green, and the link pointing to it should be blue if visited. This link will be red if unvisited, and blue if visited. The rule applied is ".link {color: green}" and the pseudo-class selectors applied are ":link {color: red}" and "A:visited {color: blue}". All other properties should be UA-default. The pseudo-classes do not have any effect on the rule. Also, the rule ":link {color: red}" and "A:link {color: red}" have the same effect (see adjacent tests). Your browser should render this page similarly to this reference image or to thisreference image. To move directly to the next test, click here