HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

tab-size

Description

The tab-size property for CSS determines the tab size used to render preserved tab characters (U+0009).

Syntax

CSS

tab-size: value;

JS

object.style.tabSize = "value";

Values

<'tab-size'> = <number> | <length>
<number>

An integer or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits. The first character may be preceded by a sign (- or +). The last character may be succeeded by an exponent (e or E) and an integer.

<length>

Specifies the length using a number followed by a unit of measurement.

Initial

8

Examples

1 · number

2 · length

3 · JS