word-spacing

The word-spacing property specifies spacing behavior between words.

word-spacing: normal | <length> | inherit
Initial: normal
Applies To: all elements
Inherited: yes
Percentages: NA
Media: visual

Values

Δ

word-spacing: value;
 
Value: Description:
inherit Takes the same computed value as the property for the element's parent
length Default spacing addition/subtraction
normal Default spacing

DOM

Δ

[window.]document.getElementById("element-id").style.wordSpacing = "word-spacing";

Example | Values | length

Δ

Example | Values | normal

Δ

Example | DOM

Δ

References

Δ