Home → References → CSS Properties →
CSS Property: font-style
Specifies whether the text in a box is italic or not.
HTML Dog is hosted by Titan Internet
Possible Values
inheritnormalitalicoblique
Example
.tophat { font-style: italic; }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies whether the text in a box is italic or not.
HTML Dog is hosted by Titan Internet
inheritnormalitalicoblique
.tophat { font-style: italic; }