Style Object
The wordSpacing property sets or returns the spacing between words in a text.
Set the wordSpacing property:
Return the wordSpacing property:
| Value | Description |
|---|---|
| normal | Defines normal spacing between words. This is default |
| length | Specifies the space between words in length units. Negative values are allowed |
| inherit | The value of the wordSpacing property is inherited from parent element |
![]()
The wordSpacing property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Change the space between words:
Style Object
Your message has been sent to W3Schools.