Breaking

Sunday, May 12, 2019

HTML strike Tag

Example

Strikethrough text can be marked up as follows:
<p>Version 2.0 is <strike>not yet available!</strike> now available!</p>
Try it Yourself »

Definition and Usage

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

Browser Support

Element
<strike>YesYesYesYesYes

No comments:

Post a Comment