How to control word and letter-spacing with CSS

Controlling Spacing
Term Description
Kerning The amount of space between letters
Tracking The amount of space between words
Leading The space between lines of text
Indentation Size of the indentation to first line

 

letter-spacing: value;
word-spacing: value;
line-height: value;
text-indent: value;

 

Standard ratio is 1.2 double spaced = value of 2
Can be negative values for hanging indentation