
Opening tag : <Strike>
Closing tag: </Strike>
Purpose:
The Strike tag strikes through the text that appears inside it - i.e. crosses it out. This is particularly useful when making changes, without losing the original text.
Attributes:
Class=class
- Specifies a class to define the style of the text.
Dir=direction
- Useful for languages that should be read from right to left.
Event=Javascript
- Allows javascript to be associated with an event.
Id=name
- Specifies an id for the text, allowing it to be referenced or changed in a script.
Lang=language
- Specifies the language of the text.
Style=style
- Specifies styling instructions for the text, overwriting other styling instructions.
Title=title
- Specifies a title for the text - perhaps for keywords.
Example:
<strike>This is wrong</strike>
Related Tags:
<B></B> - Bold Tag.
<Basefont></Basefont> - Basefont Tag.
<Big></Big> - Big Tag.
<Blink></Blink> - Blink Tag.
<Blockquote></Blockquote> - Blockquote Tag.
<BR> - Break Tag.
<Center></Center> - Center Tag.
<Cite></Cite> - Cite Tag.
<Code></Code> - Code Tag.
<EM></EM> - Emphasis Tag.
<FONT></FONT> - Font Tag.
<H1></H1> - Header Tags (1-6).
<I></I> - Italic Tag.
<P></P> - Paragraph Tag.
Back to:
Alphabetical Guide
Guide By Type