When writing in HTML, the tag was an inline element used to draw a strikethrough on a section of text. However, this tag is obsolete. Use either the or tag in its place. The following sections contain information about the tag, including an example of it in use, and related attributes and browser compatibility.
Example of code
There is regular text, and there is strikethrough text
.
Example result
There is regular text, and there is strikethrough text.
You may also use CSS to create a strikethrough using the attributed/value pair “text-decoration:line-through;” with