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






'textDecorationNone' 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.'textDecorationNone' Example
2.'textDecorationNone' Possible Values
3.'textDecorationNone' is applied to