CSS 1
property
font-style
Übersicht
Erzeugt kursive Schrift.
Mögliche
values
normal
italic
oblique
voreingestellter Wert: normal
rules
(Beispiele)
h2,h4,h6 {font-style:italic;}
h2 b {font-style:normal;}
td {font-style:oblique;}