HomeReferencesCSS Properties

CSS Property: text-indent

Specifies the indentation of the first line of text in a block box.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [percentage]
  • [length[
  • inherit

Example


p { text-indent: 1em; }