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






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