Specifies that the enclosed text should be displayed in strike-through type.
This tag is deprecated. Use the span element or other text elements and the text-decoration style property with the value of 'line-through'.
<p> Normal text
<b>bold text</b>
<i>italic text</i> <s>strike-through text</s>
normal text. </p>
Normal text
bold text
italic text
strike-through text
normal text.