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






'textDecorationOverline' Example

    
<html>
<body>
<p id="myT">Text sample.</p>
<input type="button" 
       value="decoration:overline" 
       onclick="myT.style.textDecorationOverline='true'">
</body>
</html>

    
      
      








Related examples in the same category

1.'textDecorationOverline' Syntax and Note
2.'textDecorationOverline' Possible Values
3.'textDecorationOverline' is applied to