<S>...</S>
Description
Render text as strikethrough. This can be used to show text of a document that
has been abandoned, but still making it possible to see what it originally was.
This element has the same effect as the STRIKE
element, but is not as descriptive.
You are advised to use cascading style sheets for presentation purposes.
Related elements are the DEL element, to mark text
as deleted, and the INS element, for inserted text.
DTD
Note: This element is deprecated, and this DTD fragment is taken from the
Transitional DTD.
<!ELEMENT S - - (%inline;)*>
<!ATTLIST S
%attrs; -- %coreattrs, %i18n, %events --
>
from the
HTML 4.0 DTD,
"Copyright ©
W3C,
(MIT,
INRIA,
Keio).
All Rights Reserved."
Attributes
Core attributes:
class
id
style
title
Internationalization attributes:
dir
lang
Events:
onclick
ondblclick
onmousedown
onmouseup
onmouseover
onmousemove
onmouseout
onkeypress
onkeydown
onkeyup
Examples
 |
<S>This text no longer is correct</S> and has been phased out in favor of the
new version of the text.
|
|
 |
This text no longer is correct and has been phased out in favor of the
new version of the text.
|