The HTML tag <strike>
is used to represent text that has been struck through or crossed out. This tag is used to indicate that the text is no longer relevant or has been deleted. The <strike>
tag is a deprecated tag in HTML5 and should not be used. Instead, the <s>
tag or the <del>
tag should be used to represent text that has been struck through.
The <strike>
tag is a formatting tag that is used to indicate that the text has been struck through. This tag is used to indicate that the text is no longer relevant or has been deleted. The <strike>
tag is a deprecated tag in HTML5 and should not be used. Instead, the <s>
tag or the <del>
tag should be used to represent text that has been struck through.
The <s>
tag is used to represent text that is no longer relevant or accurate, but has not been deleted. The <del>
tag is used to represent text that has been deleted or removed from the document. Both of these tags are supported in HTML5 and should be used instead of the <strike>
tag.
Example 1: Using the <strike>
tag
Example 2: Using the <s>
tag
Example 3: Using the <del>
tag