The S and STRIKE elements defines strikethrough text.
<s>strikethrough text</s>
<strike>strikethrough text</strike>
The use of these elements is deprecated. (Use CSS instead)
Use CSS instead of deprecated HTML. Please see the "Related Document" for details on CSS.
(Use the DEL element if you want to specify the deletion of the text.)
<p>Normal text, <s>Strikethrough text,</s> <strike>Strikethrough text,</strike></p>
Normal text, Strikethrough text, Strikethrough text,