letter-spacing property
Specifies the amount of space between letters.
JavaScript page for this property: letterSpacing. You can find other example(s) there. |
Possible values:
One of the following values:
Takes the value of this property from the computed style of the parent element. | |||||||
Default. Normal spacing is used. | |||||||
The space between letters in length units. For the supported length units, see the length page. |
Default: normal.
Example HTML code 1:
This example illustrates the use of the letter-spacing property:
|
||||
<head> <style> .example { letter-spacing: 10px; } </style> </head> <body> <div class="example">letter-spacing: 10px</div> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, b, baseFont, bdo, big, blink, blockQuote, body, button, caption, center, cite, code, col, colGroup, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, html, i, input:button, input:file, input:password, input:reset, input:search, input:submit, input:text, ins, isIndex, kbd, label, legend, li, listing, marquee, menu, nobr, ol, optGroup, option, p, plainText, pre, q, rt, ruby, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var, xmp
Related pages:
External links:
letter-spacing (MSDN)
letter-spacing (Mozilla Developer Center)
letter-spacing (Safari Reference Library)
letter-spacing (W3C)
letter-spacing (Mozilla Developer Center)
letter-spacing (Safari Reference Library)
letter-spacing (W3C)
User Contributed Comments