HomeReferencesCSS Properties

CSS Property: font-style

Specifies whether the text in a box is italic or not.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • normal
  • italic
  • oblique

Example


.tophat { font-style: italic; }