HTML 4.0 Logo Reader Icon OEB 1.0 Logo PPC Logo <strike> Strikethrough

Deprecated. Identical to the <s> tag, this tag creates strikethrough text. The CSS text-decoration property is preferred for text decoration.

Attributes

class, id, lang, style, title (ignored)

Sample

Strikethrough Sample diagram

Sample Code

<h2>S and Strike</h2>
The S tag and the Strike tag perform the same function as the &lt;del&gt; (delete text) tag. Both render the enclosed text with a line through it. <s>This text is enclosed in &lt;s&gt; tags, and has a line drawn through it</s>, while <strike>this text is enclosed in &lt;strike&gt; tags. It also has a line drawn through it.</strike>

© 2000 Microsoft Corporation. All rights reserved. Terms of use.