CSS Word-Spacing Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Specifies the amount of spacing between words.
Syntax
word-spacing: [value];
Possible values
- normal
- [length]
- inherit
Initial Value
Normal
Applies To
All elements
Inherited
Yes
Media
Visual
Example
h1 {word-spacing: 1em;}