TAG:  strike    deprecated 4.0

<strike> ... </strike>
Available in versions: 3.2
Browser compatibility: Explorer 4, 5  Netscape 4, 6
 
The <strike> tag is officially deprecated effective with HTML 4.0. Instead, you are now to use the style sheets text-decoration property. However, this tag remains in minor use on the Internet and is still recognized by all major browsers.
 
The strike tag causes the designated text to be displayed with a struck through horizontal line. The s tag performs the exact same function, however, it also is deprecated.
 
The closing tag is mandatory.
 
Core attributes:
 
class    dir    id    lang    onclick    ondblclick    onkeydown    onkeypress    onkeyup    onmousedown    onmousemove    onmouseout    onmouseover    onmouseup    style    title
 
Attributes
 
None
 
Code:
I have <strike>one hundred twenty four</strike>, oops, one hundred twenty three, Neon Tetras in my 45 gallon aquarium.
 
Output:
I have one hundred twenty four, oops, one hundred twenty three, Neon Tetras in my 45 gallon aquarium.


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information