Note/Warning/Danger/Info This tag is deprecated in HTML4 but reconsidered in HTML5.
HTML <s> tag
The <s> tag strike’s through a text to convey a message that this text is incorrect.
This tag was deprecated in HTML4 but it is reconsidered again in HTML5.
The similar alternative for this tag is <del> tag.
Syntax:
<s>text…</s>
How Browser will display
INLINE.
Difference between HTML4.01, XHTML and HTML5
HTML4 | XHTML | HTML5 |
---|---|---|
deprecated | NA | reconsidered in HTML5 |
Attributes used with <s> tag
NONE
Global Attributes
The <s> tag supports Global attributes.
Event Attributes
The <s> tag supports Event attributes.
Supporting Browsers
Related Tags
Similar tags are –
<del> & <strike> tags.