Style Object
The textIndent property sets or returns the indentation of the first line of text.
Set the textIndent property:
Return the textIndent property:
| Value | Description |
|---|---|
| length | Defines the indentation in length units. Default value is 0 |
| % | Defines the indentation in % of the width of the parent element |
| inherit | The value of the textIndent property is inherited from parent element |
![]()
The textIndent property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Indent a text:
Style Object
Your message has been sent to W3Schools.