>> 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 Source | CSS stylesheet | Example 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 |