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-size</title> |
| 5 | <style type="text/css"> |
| 6 | div { color: navy; font: 1em/1 Ahem; margin: 0 2em; } |
| 7 | .a {font-size: 0.5in;} |
| 8 | .b {font-size: 1.27cm;} |
| 9 | .c {font-size: 12.7mm;} |
| 10 | .d {font-size: 36pt;} |
| 11 | .e {font-size: 3pc;} |
| 12 | .h {font-size: 48px;} |
| 13 | </style> |
darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 14 | <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title="15.7 Font size: the 'font-size' property"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 15 | </head> |
| 16 | <body> |
| 17 | <p>There should be a solid single uninterrupted smooth column of blue below.</p> |
| 18 | <div class="a"> x </div> |
| 19 | <div class="b"> x </div> |
| 20 | <div class="c"> x </div> |
| 21 | <div class="d"> x </div> |
| 22 | <div class="e"> x </div> |
| 23 | <div class="h"> x </div> |
| 24 | </body> |
| 25 | </html> |