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