WORD-SPACING
The word-spacing property 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