HTML strike Tag. Not Supported in HTML5.

<p>Version 2.0 is <strike>not yet available!</strike> now available!</p>

Definition and Usage

The <strike> tag is not supported in HTML5. Use <del> or <s> instead.

The <strike> tag defines strikethrough text.

Share This Post