<s> tag

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>

Example

<p> A room without books is like a <s>body</s> without a soul</p>

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

supporting-browsers for tags

Related Tags

Similar tags are –

<del> & <strike> tags.

Tutorials for all brains!