css.properties

text-indent

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

Formal Syntax

[ <length-percentage> ] && hanging? && each-line?

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