css.properties

text-indent

The text-indent property specifies the indentation of the first line of text.

Formal Syntax

text-indent = [ <length-percentage> ] && hanging? && each-line? <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

// Access via element.style element.style.textIndent = 0;

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
text-indent11112
each-line12115
hanging12115

Related Properties