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






'font' Syntax and Note

Note:

Set the font style properties: font-family, 
                               font-style, 
                               font-size, 
                               font-variant, 
                               font-weight, 
                               line-height.

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

      
      








Related examples in the same category

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