Latest web development tutorials

HTML <s> tag

Examples

Mark no longer correct text:

<p><s>My car is blue.</s></p>
<p>My new car is silver.</p>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support <s> tag.


Tag definitions and instructions

<S> tag for those incorrect, inaccurate or no use text logo.

<S> tag should not be used to define an alternative or delete text. If you want to define an alternate or deleted text, use <del> tag.


Differences between HTML 4.01 and HTML5

In HTML 4.01, <s> element has been abandoned , used to text strikethrough.

HTML5 redefines <s> element is now used to define those incorrect text.


Global Properties

<s> tag supports HTML global properties .


Event Properties

<s> tag supports HTML event properties .