W3 3.2y
4.0d
NS 3.0y
4.0y
IE 3.0y
4.0y
TV 1.2y
2.1y

<STRIKE>...</STRIKE>

Description

Render text as strikethrough. This can be used to show text of a document that has been abandoned, but still making it possible to see what it originally was.

This element has the same effect as the S/A> element, but is more descriptive.

You are advised to use cascading style sheets for presentation purposes. Related elements are the DEL element, to mark text as deleted, and the INS element, for inserted text.

DTD

Note: This element is deprecated, and this DTD fragment is taken from the
      transitional DTD.

<!ELEMENT STRIKE - - (%inline;)*>
<!ATTLIST STRIKE
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."

Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup

Examples

Source
<STRIKE>This text no longer is correct</STRIKE> and has been phased
out in favor of the new version of the text.
 
Result
This text no longer is correct and has been phased out in favor of the new version of the text.
Statistics