1 <?xml-stylesheet href="css3-modsel-21.css" type="text/css"?>
3 <p xmlns="http://www.w3.org/1999/xhtml" id="first">This paragraph should be unstyled.
4 The background of the following paragraph should become green when
5 you follow <a href="#second">this link</a>.</p>
6 <p xmlns="http://www.w3.org/1999/xhtml" id="second">This paragraph should initially be unstyled.
7 It should become green when you select the link above. When you select
8 <a href="#third">this link</a>, it should return to being unstyled and the
9 background of the paragraph below should become green.</p>
10 <p xmlns="http://www.w3.org/1999/xhtml" id="third">This paragraph should initially be unstyled.
11 It should become green when you select the link above. When you follow
12 <a href="#missing">this link</a>, the three paragraphs
13 should all return to being unstyled.</p>