Home → References → CSS Properties →
CSS Property: word-spacing
Specifies the spacing between words.
HTML Dog is hosted by Titan Internet
Possible Values
- [length]
inheritnormal(default)
Example
p { word-spacing: 2em; }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the spacing between words.
HTML Dog is hosted by Titan Internet
inheritnormal (default)
p { word-spacing: 2em; }