'letter-spacing' Syntax and Note : letter spacing « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'letter-spacing' Syntax and Note

Note:

Controls additional space between text characters.

Syntax:
    
element { letter-spacing: value }
elementID.style.letterSpacing = "value"
document.all.elementID.style.letterSpacing = "value" // IE only
    

      
      








Related examples in the same category

1.'letter-spacing' Example
2.'letter-spacing' Possible Values
3.'letter-spacing' is applied to