HTML <s> tag
The <s> tag is used to display strikethrough text (will appear with a line through it as if it has been crossed out).
NOTE: This tag is deprecated.
Standard attributes
accesskey, class, dir, id, lang, style, title
For more information on standard attributes, check out our HTML standard attributes reference page.
Event attributes
onclick, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress, onkeyup
For more information on event attributes, check out our HTML event attributes reference page.
Example
Tips & notes
Use the <del> tag instead of the <s> tag since the <s> tag is deprecated.
Use the <s> tag when it's necessary to illustrate a point regarding something that something is not, and then quickly displaying what that something is like in the above example.