STRIKE - Strike-through Text

Syntax <STRIKE>...</STRIKE>
Attribute Specifications
Contents
Contained in ,

The STRIKE element, in HTML 4.0, suggests that text be rendered with a strike-through style. In many cases, use of a such as is more appropriate since such elements express the meaning of the text more clearly. However, since support for DEL among browsers is weak, STRIKE is useful in combination with DEL, as in the following example:

The latest version of HTML recommended by the W3C is HTML <DEL DATETIME="1997-12-19T00:00:00-05:00"><STRIKE>3.2</STRIKE></DEL> <INS DATETIME="1997-12-19T00:00:00-05:00">4.0</INS>.

If is not a suitable structure, should be used to complement or replace instances of STRIKE. provides the property for strike-through text.

More Information