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