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