1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
3 <body background="../resources/basebg.gif">
4 <p>The style declarations which apply to the text below are:</p>
5 <pre>.one {color: green;}
11 <p style="color:green">This sentence should be green.</p>
12 <p>This sentence should be black, not red-- class selectors cannot begin with digits in CSS1.</p>
13 <p style="color:green">This sentence should be green.</p>
14 <p style="color:purple">This sentence should be purple.</p>
15 <pre>This sentence should NOT be purple.</pre>
17 <li>This sentence should NOT be purple.</li>
20 <table border cellspacing="0" cellpadding="3">
22 <td colspan="2" bgcolor="silver"><strong>TABLE Testing Section</strong></td>
25 <td bgcolor="silver"> </td>
27 <p style="color:green">This sentence should be green.</p>
28 <p>This sentence should be black, not red-- class selectors cannot begin with digits in CSS1.</p>
29 <p style="color:green">This sentence should be green.</p>
30 <p style="color:purple">This sentence should be purple.</p>
31 <pre>This sentence should NOT be purple.</pre>
33 <li>This sentence should NOT be purple.</li>