HTML <del> Tag
<p>Only <del>$300</del> <ins>$800</ins> for a limited time only!</p>
The above example demonstrates usage of the <del>
element.
The <del>
element represents a removal from the document. This could be used in the case of crossing off items in a "to do" list, deleting an item and inserting new text in its place (using the <ins>
element), etc.
The element accepts cite
and datetime
attributes.