basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

HTML <s> and <strike> Elements

The <s> and <strike> elements both define strikethrough text.
Example:

The <strike>second</strike> third Monday in the month.
The <s>second</s> third Sunday in the month.

Displays:
The secondthird Monday in the month.
The second third Sunday in the month.

Even though the <s> and <strike> tags were both deprecated in the HTML 4 specification the <s> element has been included in HTML5 in a slightly different form.

HTML 4 Element List