Style Object
The letterSpacing property sets or returns the space between characters in a text.
Set the letterSpacing property:
Return the letterSpacing property:
| Value | Description |
|---|---|
| normal | Normal space between characters. This is default |
| length | Defines the space in length units. Negative values are allowed |
| inherit | The value of the letterSpacing property is inherited from parent element |
![]()
The letterSpacing property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Change the space between characters:
Style Object
Your message has been sent to W3Schools.