HomeReferencesCSS Properties

CSS Property: font-variant

Specifies whether the lowercase letters in a box should be displayed in small uppercase.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • normal (default)
  • small-caps

Example


h1 { font-variant: small-caps; }