You are here : cssCSS 3word-spacing

word-spacing - CSS 3

The word-spacing property increases or decreases the white space between words.Note:    Negative values are allowed.


Syntax

word-spacing: normal|length|initial|inherit;


Example

p
	{ 
	   
	word-spacing: 30px;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference