HTML Tag Reference - HTML tag <strike>








The <strike> tag marks strikethrough text.

Browser compatibility

<strike> Yes Yes Yes Yes Yes

What's new in HTML5

The <strike> tag is deprecated in HTML5.

Example

<!DOCTYPE html>
<html>
<body>

<p><strike>wrong!</strike></p>

</body>
</html>

Click to view the demo