1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: font-variant
</title>
5 <style type=
"text/css">
7 .one {font-variant: small-caps
;}
8 .two {font-variant: normal
;}
10 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/fonts.html#small-caps" title=
"15.5 Small-caps: the 'font-variant' property">
13 <p class=
"one"> This Paragraph should be in Small Caps.
</p>
15 This Sentence should be in Small Caps.
16 <span class=
"two">This Sentence should be Normal.
</span>