HTML Dog
Skip to navigation

CSS Property: word-spacing

Spacing in-between words.

A length value suggests spacing in addition to the default (normal) spacing.

Spacing-out text: text-indent, word-spacing, letter-spacing, and text-align.

Possible Values

ValueExample
normal
[length]10px
inherit
initial
unset

Example


p { word-spacing: 0.5em; }

Browser support