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






'word-spacing' Syntax and Note

Note:

Controls the additional spaces between words.



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

      
      








Related examples in the same category

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