1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: font-style
</title>
5 <style type=
"text/css">
7 .one {font-style: italic
;}
8 .two {font-style: oblique
;}
9 .three, i {font-style: normal
;}
11 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/fonts.html#font-styling" title=
"15.4 Font styling: the 'font-style' property">
15 This sentence should be in italics.
16 <span class=
"three">This sentence should be normal.
</span>
18 <p class=
"two"> This sentence should be oblique.
</p>
19 <p> <i>This sentence should be normal.
</i> </p>