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: font-variant</title> |
| 5 | <style type="text/css"> |
| 6 | p { color: navy; } |
| 7 | .one {font-variant: small-caps;} |
| 8 | .two {font-variant: normal;} |
| 9 | </style> |
darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 10 | <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" title="15.5 Small-caps: the 'font-variant' property"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 11 | </head> |
| 12 | <body> |
| 13 | <p class="one"> This Paragraph should be in Small Caps. </p> |
| 14 | <p class="one"> |
| 15 | This Sentence should be in Small Caps. |
| 16 | <span class="two">This Sentence should be Normal.</span> |
| 17 | </p> |
| 18 | </body> |
| 19 | </html> |