<s> Description:
The <s></s> tag specifies text with a line through it, called strikeout.
This element has been deprecated in favor of style sheets.
<s> Web Browser Support:
- Netscape 3, 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV / MSNTV
- HTML 3.2, 4.0
- XHTML 1.0
XHTML Legacy Module
<s> Attributes:
- class (optional)
- dir (optional)
- id (optional)
- lang (optional)
- onclick (optional)
- ondblclick (optional)
- onkeydown (optional)
- onkeyuss (optional)
- onkeyup (optional)
- onmousedown (optional)
- onmousemove (optional)
- onmouseout (optional)
- onmouseover (optional)
- onmouseup (optional)
- style (optional)
- title (optional)
<s> End Tag:
</s> REQUIRED<s> Contents:
Text. The following tags are valid within the <s> tag:
a, abbr, acronym, applet, b, basefont, bdo, big, br, button, cite, code, dfn, em, font, i, iframe, img, input, kbd, label, map, object, q, s, samp, script, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
<s> Valid Context:
The <s> tag is valid within the following tags:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var
<s> Usage:
- underlined text
<s>This text is crossed out</s>.
<s> Special Notes:
- The <s> tag has been deprecated in favor of CSS.
- The <s> tag has the exact same properties and effects as the <strike> tag.

