CSS 2 Example 30

>> English << | česky | Português ZVON > Tutorials > CSS2 tutorial
Intro / Search / ZVON
>> Example 30 << | Prev | Next | Index | Contents

The 'font-style' property requests normal (sometimes referred to as "roman" or "upright"), italic, and oblique faces within a font family.

XML SourceCSS stylesheetExample link
(1)
<AAA>
<NNN>normal</NNN>
<III>italic</III>
<OOO>oblique</OOO>
</AAA>

NNN {font-style:normal}
III {font-style:italic}
OOO {font-style:oblique}
View output

AltStyle によって変換されたページ (->オリジナル) /