FONT-STYLE Property In CSS
font-style Property in CSS
font-style property Declares the font style.
Possible Value:
normal italic oblique
Examplediv { font-style:italic; }
div { font-style:oblique; }
font-style property Declares the font style.
normal italic oblique
Examplediv { font-style:italic; }
div { font-style:oblique; }