1 <?xml-stylesheet href="css3-modsel-31.css" type="text/css"?>
3 <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background</p>
4 <address xmlns="http://www.w3.org/1999/xhtml">But this address is here only to fill space in the dom..</address>
5 <p xmlns="http://www.w3.org/1999/xhtml">So does this paragraph !</p>
6 <p xmlns="http://www.w3.org/1999/xhtml">And so does this one too.</p>
7 <dl xmlns="http://www.w3.org/1999/xhtml">
8 <dt>First definition term</dt>
9 <dd>First definition</dd>
10 <dt>Second definition term</dt>
11 <dd>Second definition</dd>
12 <dt class="red">Third definition term that should have green background</dt>
13 <dd class="red">Third definition that should have green background</dd>
14 <dt>Fourth definition term</dt>
15 <dd>Fourth definition</dd>
16 <dt>Fifth definition term</dt>
17 <dd>Fifth definition</dd>
18 <dt class="red">Sixth definition term that should have green background</dt>
19 <dd class="red">Sixth definition that should have green background</dd>