'line-height' Syntax and Note : line height « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'line-height' Syntax and Note

Note:

Controls the line height. 

Syntax:
    
element { line-height: value }
elementID.style.lineHeight = "value"
document.all.elementID.style.lineHeight = "value" // IE only
    

      
      








Related examples in the same category

1.'line-height' Example
2.'line-height' Possible Values
3.'line-height' is applied to