<html> <body> <p id="myT">Text sample.</p> <input type="button" value="decoration:lineThrough" onclick="myT.style.textDecorationLineThrough='true'"> <input type="button" value="decoration:none" onclick="myT.style.textDecorationNone='true'"> </body> </html>