HTML <word-spacing> Tag

Using the <word-spacing> tag it is possible to define the space between each words. If the <text-align> tag with the "justify" value is used, then the <word-spacing> tag is ignored. This happens because the interval between words is already specified and a line of a text is aligned by both left and right sides. The example below shows how the <word-spacing> tag works:

 

Test <word-spacing="2"> Test </word-spacing>Test

 

The result of output: