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

word-spacing

Description

The word-spacing property for CSS specifies additional spacing between "words".

Syntax

CSS

word-spacing: value;

JS

object.style.wordSpacing = "value";

Values

<'word-spacing'> = normal | <length>
normal

No additional spacing is applied. Computes to zero.

<length>

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

Initial

normal

Examples

1 · length

2 · normal

3 · JS