This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

DOM Interface
HTMLElement

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

See also

Other articles

Attributions