Word-Spacing

The word-spacing property is similar to the letter-spacing property but it controls the space

between words instead of 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; }

It can also have a positive or a negative value and for a negative value the effect is less space between each word.

Go To- Certified CSS3 Developer Tutorial
Share this post
[social_warfare]
Letter-Spacing
Text-Indent

Get industry recognized certification – Contact us

keyboard_arrow_up