The letter-spacing property specifies the space between letters. Its values are discussed as
Value |
Description |
Normal |
No extra space between characters. This is default |
length |
Defines an extra space between characters (negative values are allowed) |
The word-spacing property has the value of ‘normal’ as the default value for all the elements on a web page and is equal to a zero length value. It is used as
.top
{ word-spacing: 0.2em; }
{ word-spacing: 0.2em; }
It can also have a positive or a negative value and for a negative value the effect is less space between each word.