space between letters in html code example
Example: html space between characters
<p style="letter-spacing: 20px;"> Text with 20px spacing </p>
<p style="letter-spacing: -4px;"> Text that is very difficult to read. </p>
<p style="letter-spacing: 20px;"> Text with 20px spacing </p>
<p style="letter-spacing: -4px;"> Text that is very difficult to read. </p>