letter-spacing attribute

Type:length
Inherited:yes
Used By:All text elements

This attributes controls any extra width that's placed between letters. Positive values move the letters further apart, negative moves them closer together.

This puts a 14pt blank space between each letter in the phrase

<p font-size="14pt" letter-spacing="1em">This text is widely spaced</p>