The <strike> tag marks strikethrough text.
<strike>
The <strike> tag is deprecated in HTML5.
<!DOCTYPE html> <html> <body> <p><strike>wrong!</strike></p> </body> </html>
Click to view the demo