06-28-2018, 09:31 AM
Set the space between characters:
Following is the example which demonstrates how to set the space between characters. Possible values are normal or a number specifying space..
<p style="letter-spacing:5px;">
This text is having space between letters.
</p>
This will produce following result:
This text is having space between letters.
Following is the example which demonstrates how to set the space between characters. Possible values are normal or a number specifying space..
<p style="letter-spacing:5px;">
This text is having space between letters.
</p>
This will produce following result:
This text is having space between letters.
Hasan