'text-decoration' Syntax and Note : text decoration « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-decoration' Syntax and Note

Note:

Specifies the text decorative.

Syntax:
    
element { text-decoration: value }
elementID.style.textDecoration = "value"
document.all.elementID.style.textDecoration = "value" // IE only
    

      
      








Related examples in the same category

1.'text-decoration' Example
2.'text-decoration' Possible Values
3.'text-decoration' is applied to