text-indent
Name: text-indent
Description: Specifies the indentation to be used in the first line of the element block.
Browser Compatibility: IE 3+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
- inherit
- [length]
- [percentage]
Code Example:
p {text-indent: 1em;}