S and STRIKE
STRIKE and S: Deprecated
Deprecated Example:
<STRIKE>Text with line through it.</STRIKE>
|
CSS Example:
<HEAD>
<STYLE TYPE="text/css">
#line {text-decoration: line-through;}
</STYLE>
</HEAD>
<BODY>
<P id="line"> text with line through it.
|
Text with line through it.
|
Additional Resources:
HTML 4.01 Tags
|