css.properties

word-spacing

The word-spacing property specifies the space between words.

Formal Syntax

word-spacing = normal | <length-percentage> <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

// Access via element.style element.style.wordSpacing = "normal";

Browser Support

standard | MDN ยท Spec ยท Spec

FeatureChromeFirefoxSafariEdge
word-spacing11112
normal11112
percentagesโ€”457โ€”
svg_elements1725.112

Related Properties