strike
Summary
Deprecated presentational element defining strikethrough text. It is deprecated in HTML4 and not supported in HTML5. Consider the del or s elements instead.
Overview Table
Examples
This example uses the strike element to create strike-through type.
<strike>This text has a line through it.</strike>
Usage
Please use the del or s element instead.
Standards information
- HTML 4.01 Specification, Section 15.2.1 (Deprecated)
See also
Other articles
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]