Contact Number
Email Address

strike

strike

Definition and Usage

When writing in HTML, the <strike> tag was an inline element used to draw a strikethrough on a section of text. However, this tag is obsolete, and it represents deleted content,  (<del>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text.  you should use either the <s> or <del> tag in its place. The following sections contain information about the <strike> tag, including an example of it in use, as well as related attributes and browser compatibility.

Syntax

<strike>text..</strike>