back

Strikethrough

Tag: <s>

The strike tag is used to strikethrough a section of text.
The opening tag goes before the text to be struckthrough and the closing tag (</s>) behind.

Anything between the tags is then struckthrough.

Alternatively <strike> can be used.

This tag (and <strike>) is not supported in HTML5, use the Deleted Text tag instead.

Example