HTML letter-spacing tag

Tags are used to define the space between characters. The value of this tag can be set in any unit and can be negative, so it is very important to check if the text is readable after applying this tag. By default, the value of this tag is 0.

For example, if you enter the following expression.

Test<br><letter-spacing=”0.5″>Test</letter-spacing>

After the calculation, the result displayed in the report is as follows.