Copyright © tutorialspoint.com
The letter-spacing property modifies the amount of space placed between adjacent characters.
All the HTML elements.
object.style.letterSpacing="5px;" |
Following is the example which demonstrates how to set the space between characters.
<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. |
To Become more comfortable - Do Online Practice
Copyright © tutorialspoint.com