CSS word-spacing
Also see the full, alphabetical list of CSS properties
The CSS letter-spacing property is used to specify the space in between words.
Also see the letter-spacing and line-height properties.
| Syntax: | word-spacing: <value>; |
| Possible Values: |
|
| Initial Value: | normal |
| Applies to: | All elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
p { word-spacing: 1em }
|
| Try it yourself! |
|
