word-spacing

(thing) by funnytoes (6.3 y) Thu Feb 22 2001 at 9:24:45
Back to CSS1 Reference | CSS1 Properties
Prev width


Property
word-spacing
Values
normal, <length>
Initial
normal
Inherited
yes

The length unit indicates an addition to the default space between words. Values can be negative, but there may be implementation-specific limits. The UA is free to select the exact spacing algorithm. The word spacing may also be influenced by justification (which is a value of the 'text-align' property).

      H1 { word-spacing: 1em }

Here, the word-spacing between each word in 'H1' elements would be increased by '1em'.

CSS1 core: UAs may interpret any value of 'word-spacing' as 'normal'.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.