HomeReferencesCSS Properties

CSS Property: line-height

Specifies the height of a line of text.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [number]
  • [percentage]
  • [length]
  • inherit
  • normal

Example


p { line-height: 1.5 }