string.strike( )
<html><head><title>JavaScript String strike() Method</title></head><body><script type="text/javascript">var str = new String("Hello world");alert(str.strike());</script></body></html>
<strike>Hello world</strike>