COLLECTED BY
Organization:
Alexa Crawls
Starting in 1996,
Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine after an embargo period.
Crawl data donated by Alexa Internet. This data is currently not publicly accessible.
The Wayback Machine - https://web.archive.org/web/19990502151123/http://www.htmlhelp.com:80/reference/css/text/word-spacing.html
Word Spacing
Syntax:
word-spacing: <value>
Possible Values:
normal | <length>
Initial Value:
normal
Applies to:
All elements
Inherited:
Yes
The word-spacing property defines an additional amount of space between words. The value must be in the length format; negative values are permitted.
Examples:
P EM { word-spacing: 0.4em }
P.note { word-spacing: -0.2em }
Maintained by John Pozadzides and Liam Quinn
CSS Index ~ CSS Structure ~ CSS Properties
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.