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






'textDecorationOverline' Syntax and Note

Note:

JavaScript-only style properties.
Controls the text decorative.

Syntax:
    
elementID.style.textDecorationElement = "value"
document.all.elementID.style.textDecorationElement = "value"
    

      
      








Related examples in the same category

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