word-spacing

Previous- top  |  Next-caption-side

Description

The word-spacing property defines an additional amount of space between words. The value must be in the length format; negative values are permitted.


Initial Value : normal

Applies to : all elements

Inherited : yes

Possible Values
normal | <length> | inherit

Example(s)
h1 { word-spacing: 1em }

Previous- top  |  Next-caption-side