1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: font-size
</title>
5 <style type=
"text/css">
6 p
{ color: navy
; margin: 10px; }
7 .one {font-size: medium
;}
8 .two {font-size: larger
;}
9 .three {font-size: smaller
;}
10 .four {font-size: xx-small
;}
11 .five {font-size: x-small
;}
12 .six {font-size: small
;}
13 .seven {font-size: large
;}
14 .eight {font-size: x-large
;}
15 .nine {font-size: xx-large
;}
17 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title=
"15.7 Font size: the 'font-size' property">
20 <p> This sentence should be normal.
</p>
21 <p class=
"one"> This sentence should be the same.
</p>
22 <p class=
"two"> This sentence should be larger than normal.
</p>
23 <p class=
"three"> This sentence should be smaller than normal.
</p>
25 This sentence should be very small.
26 <span class=
"one">This sentence should be back to normal.
</span>
29 This sentence should be rather small.
30 <span class=
"one">This sentence should be back to normal.
</span>
33 This sentence should be small.
34 <span class=
"one">This sentence should be back to normal.
</span>
37 This sentence should be large.
38 <span class=
"one">This sentence should be back to normal.
</span>
41 This sentence should be rather large.
42 <span class=
"one">This sentence should be back to normal.
</span>
45 This sentence should be very large.
46 <span class=
"one">This sentence should be back to normal.
</span>