tab-size

Determines the width of tab characters ( ) in your text. This is extremely useful for styling code blocks or pre-formatted text where you want consistent indentation.

pre {
  /* Sets the width of a tab character to be equal to 2 spaces */
  tab-size: 2;
}
Initial value
8
Inherited
Yes
Applies to
blockContainers
Animation type
length
Widely available Since 2021 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2021.

Safe to use without fallbacks.

21+
91+
7+
79+
ESC