'font-size' Syntax and Note : font size « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'font-size' Syntax and Note

Note:

Set the font size.

Syntax:
    
element { font-size: value }
elementID.style.fontSize = "value"
document.all.elementID.style.fontSize = "value" // IE only
    

      
      








Related examples in the same category

1.'font-size' Example
2.'font-size' Possible Values
3.'font-size' is applied to