HomeReferencesCSS Properties

CSS Property: word-spacing

Specifies the spacing between words.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [length]
  • inherit
  • normal (default)

Example


p { word-spacing: 2em; }