Word Spacing
The CSS word-spacing property can be used to increase or decrease space between text words of a html page. The word-spacing values are: normal, length, initial, inherit.
Word Spacing properties are:
- word-spacing: 0px;
- word-spacing: 30px;
- word-spacing: 1.5cm;
Word Spacing example:
<html> <head> </head> <body>This is an example of css word-spacing property.
This is an example of css word-spacing property.
This is an example of css word-spacing property.
</body> </html>
Word Spacing result:
This is an example of css word-spacing property.
This is an example of css word-spacing property.
This is an example of css word-spacing property.