b tag
big tag
i tag
small tag
strike tag
tt tag
u tag
TAG: s
deprecated 4.0
<s> ... </s>
Available in versions: 3.2
Browser compatibility: Explorer 4, 5 Netscape 4, 6
The
<s>
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
s
tag causes the designated text to be displayed with a struck through horizontal line. The
strike
tag performs the exact same function, however, it has also been 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 <s>one hundred twenty four</s>, 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