Example Code
<!-- Codes by HTMLmagics -->
<p style="font-style:normal;">This font has a font style of 'normal' (i.e. not italic or oblique).</p>
<p style="font-style:italic;">This font has a font style of 'italic'.</p>
<p style="font-style:oblique;">This font has a font style of 'oblique'.</p>
<p style="font-style:inherit;">This font has a font style of 'inherit' (it inherits its style from its parent).</p>
<p><a style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/text/font-code.cfm">HTML font codes</a></p>
Result
<!-- Codes by HTMLmagics -->
<p style="font-style:normal;">This font has a font style of 'normal' (i.e. not italic or oblique).</p>
<p style="font-style:italic;">This font has a font style of 'italic'.</p>
<p style="font-style:oblique;">This font has a font style of 'oblique'.</p>
<p style="font-style:inherit;">This font has a font style of 'inherit' (it inherits its style from its parent).</p>
<p><a style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/text/font-code.cfm">HTML font codes</a></p>
Result
This font has a font style of 'normal' (i.e. not italic or oblique).
This font has a font style of 'italic'.
This font has a font style of 'oblique'.
This font has a font style of 'inherit' (it inherits its style from its parent).