Strikethrough  - <STRIKE>   -  </STRIKE>

Previous- SPAN - Span  |  Next-STRONG - Strong text

Description
Displays text within the tags with a horizontal line through the centre, as if struck out.
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<strike>deleted text can be shown like this</strike> rather than as plain text like this.
Will be displayed as :
deleted text can be shown like this rather than as plain text like this.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO NO YES YES YES YES YES YES YES

Previous- SPAN - Span  |  Next-STRONG - Strong text