Appearance:
font-style: <value>
Possible Values:
normal | italic | oblique
Initial Value:
normal
Applies to:
All elements
Inherited:
Yes

The font-style property defines that the font be displayed in one of three ways: normal, italic or oblique (slanted). A sample style sheet with font-style declarations might look like this:

H1 { font-style: oblique }

Would Give text like this

<p font-style: normal>

Would Give text like this