ap | 9cd074c | 2006-01-05 20:48:53 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 2 | <html> |
| 3 | <head> |
| 4 | <title>CSS 2.1 Test Suite: color</title> |
| 5 | <style type="text/css"> |
| 6 | .one {color: green;} |
| 7 | </style> |
darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 8 | <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" title="14.1 Foreground color: the 'color' property"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 9 | </head> |
| 10 | <body> |
| 11 | <p class="one"> |
| 12 | This line should be green. |
| 13 | </p> |
| 14 | <p style="color: green;"> |
| 15 | This line should be green. |
| 16 | </p> |
| 17 | </body> |
| 18 | </html> |