Home → References → CSS Properties →
CSS Property: text-indent
Specifies the indentation of the first line of text in a block box.
HTML Dog is hosted by Titan Internet
Possible Values
- [percentage]
- [length[
inherit
Example
p { text-indent: 1em; }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the indentation of the first line of text in a block box.
HTML Dog is hosted by Titan Internet
inherit
p { text-indent: 1em; }