WORD-SPACING Property In CSS
word-spacing Property in CSS
word-spacing property Declares the space between words in the text.
Possible Value:
A length (in addition to the default space) or the predefined value of normal.
Examplediv { word-spacing:normal; }
div { word-spacing:1.5em; }