HTML <s> tag

The <s> tag is used to display strikethrough text (will appear with a line through it as if it has been crossed out).

NOTE: This tag is deprecated.

Standard attributes

accesskey, class, dir, id, lang, style, title

For more information on standard attributes, check out our HTML standard attributes reference page.

Event attributes

onclick, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress, onkeyup

For more information on event attributes, check out our HTML event attributes reference page.

Example

The best color is <s>blue</s> green. Today is going to be a <s>warm</s> sunny day!
Output:
The best color is blue green. Today is going to be a warm sunny day!

Tips & notes

Use the <del> tag instead of the <s> tag since the <s> tag is deprecated.

Use the <s> tag when it's necessary to illustrate a point regarding something that something is not, and then quickly displaying what that something is like in the above example.

Web Reference
  1. CSS reference
  2. RSS reference
  3. HTML reference


© Copyright 2011-2012 Landofcode.com
Terms of use | Privacy policy | Copyright information | Make a donation