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: left | Next Style: line-break |


letter-spacing

Formats text with a specified amount of extra space between each letter.

Support:

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

See Also:

word-spacing

Possible Values:

length
The amount of extra space between letters.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later 4.0 and later Not supported

normal
Formats text with normal letter spacing.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later 4.0 and later Not supported

Example:
<H1 STYLE="letter-spacing: 0.5cm">This puts an extra half a centimeter between each letter</H1>

| Index | Current Category: Text |
| Previous Style: left | Next Style: line-break |