<del>
HTML <del> Element Reference
The HTML <del> element marks content that was removed from a document.
Categories
- Links and edits
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical del element example.
<p>Price: <del>$20</del> <ins>$15</ins></p>