<S>
If you want to create strike-through text, you can use the S or
STRIKE elements. Strike-through text is just like normal text except
there is a horizontal line that runs across the entire text (right
through the middle) to indicate it was removed (stricken from the record.)
The ending tag for this element is required.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
|
Example
Whether 'tis <S>nnobbler</S> nobler to suffer...
Renders As:
Whether 'tis nnobbler nobler to suffer...
Compatibility
This element is deprecated and shoult not be used.
HTML 4.01
|