Deprecated. Identical to the <s>
tag, this tag creates strikethrough text. The CSS text-decoration
property is preferred for text decoration.
class, id, lang, style, title (ignored)
<h2>S and Strike</h2>
The S tag and the Strike tag perform the same function as the <del> (delete text) tag. Both render the enclosed text with a line through it. <s>This text is enclosed in <s> tags, and has a line drawn through it</s>, while <strike>this text is enclosed in <strike> tags. It also has a line drawn through it.</strike>
© 2000 Microsoft Corporation. All rights reserved. Terms of use.