HTML:Element:s
From MDC
[edit] HTML Strikethrough Element Deprecated
<s>...</s> - This element renders text with a strikethrough, or a line through it. This tag has been deprecated in HTML 4 (and XHTML 1) in favor of the CSS text-decoration property.
[edit] Example
<s>Today's Special: Salmon</s> SOLD OUT<br /> <span style="text-decoration:line-through;">Today's Special: Salmon</span> SOLD OUT
[edit] Result
Today's Special: Salmon SOLD OUT
Today's Special: Salmon SOLD OUT
[edit] Notes
This element renders text the same as the strike element. Neither one is more acceptable than the other, therefore they are interchangeable.
[edit] See Also
| HTML Elements |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| (Quick Links: HTML Element Cross Reference, HTML Category) |