<s><strike>
Browser |
|
---|---|
Type |
The S and STRIKE elements defines strikethrough text.
<s>strikethrough text</s>
<strike>strikethrough text</strike>
The use of these elements is deprecated. (Use CSS instead)
Example
<p>Normal text, <s>Strikethrough text,</s> <strike>Strikethrough text,</strike></p>
- Output
-
Normal text,
Strikethrough text,Strikethrough text,