files/en-us/web/html/reference/elements/strike/index.md
{{deprecated_header}}
The <strike> HTML element places a strikethrough (horizontal line) over text.
[!WARNING] This element is deprecated in HTML 4 and XHTML 1, and obsoleted in the HTML Living Standard. If semantically appropriate, i.e., if it represents deleted content, use {{HTMLElement("del")}} instead. In all other cases use {{HTMLElement("s")}}.
This element includes the global attributes.
<strike>: <strike>Today's Special: Salmon</strike> SOLD OUT
<s>: <s>Today's Special: Salmon</s> SOLD OUT
{{EmbedLiveSample("Example")}}
{{Specifications}}
{{Compat}}