<strike>
DeprecatedDeprecatedRenders text with a strikethrough. Deprecated — use the s or del element instead.
Example
<strike>Struck text</strike>
About the <strike> Element
The <strike> HTML element belongs to the Deprecated category of HTML elements. Renders text with a strikethrough. Deprecated — use the s or del element instead. Understanding when and how to use this element is essential for building well-structured, accessible, and SEO-friendly web pages.
The <strike> element requires both an opening <strike> and closing </strike> tag. Content placed between these tags becomes the element's children. Note that this element is deprecated in HTML5 and should not be used in new projects. Modern CSS provides better alternatives.
Proper use of semantic HTML elements like <strike> improves document structure, helps screen readers interpret content correctly, and provides signals to search engines about the purpose of different sections of your page. This leads to better accessibility scores, improved SEO rankings, and more maintainable code.