html add spacing between letters, how to add web page space between letters, tips, guide how to add spacing between letters
(Website Helper) spacing between letters Number of Visitors: Site Map

how to add html spacing between letters



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html add spacing between letters, how to add web page space between letters, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



The letter-spacing property in css defines the default amount of web page space between letters.

Some basics of letter spacing as follows:

1. cm : value in centimeters - 1cm.
2. px : value in pixels - 1px.
3. pt : value in points - 1pt.
4. norm: normal or default word spacing.
There are two ways of setting the letter spacing as follows:

1. The code for the first.

<h4 style="letter-spacing: 18pt; font-size: 10pt; color: red; font-weight: bold;">Hi edusoftmax.com</h4>

2. The code for the second.

<font style="letter-spacing: 18pt; font-size: 10pt; color: red; font-weight: bold;">Hi edusoftmax.com</font>

Let's have a look at the above code in action:

Hi edusoftmax.com

Hi edusoftmax.com

(Website Helper) spacing between letters (c) EduSoftMax - www.edusoftmax.com