The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Text |
| Previous Style: word-break | Next Style: z-index |


word-spacing

Sets the amounts of space between words.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later Not supported Not supported
Notes:

See Also:

letter-spacing

Possible Values:

[length]
The amount of space between words.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later Not supported Not supported

normal
Uses the normal word spacing.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later Not supported Not supported

Example:
<H1 STYLE="word-spacing: 1em">This puts one "em-dash" between each word</H1>

| Index | Current Category: Text |
| Previous Style: word-break | Next Style: z-index |