The style declarations which apply to the text below are:
A {color: green;} A:link {color: purple;} A:visited {color: lime;} A:active {color: maroon;} #one {color: #006600;}
The following anchors should appear as described; none of them should be red.
The quoted word "anchor" should be green, NOT purple, since it's part of an anchor. It's a named anchor, and styles declared for the A element are applied to them under CSS1. It also should NOT turn maroon when clicked upon.
TABLE Testing Section | |
The following anchors should appear as described; none of them should be red.
The quoted word "anchor" should be green, NOT purple, since it's part of an anchor. It's a named anchor, and styles declared for the A element are applied to them under CSS1. It also should NOT turn maroon when clicked upon. |