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






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