HTML: s strike del Tags
In HTML, if you want a line to strike-thru text, there are the following ways:
<s>xyz</s>
-
rendered like this. It represents text that are no longer accurate/relevant. <del>xyz</del>
-
rendered like this. It represents deleted text. <strike>xyz</strike>
-
rendered like this. This tag is obsolete in HTML 5 (since 2009 or so).
back to HTML Tags Complete List