HTML <del> tag
Usage
Indicates a deletion within a document. Can be used alongside <ins> (insertion) to mark up changes to a document.
Example
Code:
We meet at the club every <del>Tuesday</del> Thursday
Output:
We meet at the club every Tuesday Thursday
Required Attributes
- none
Optional Attributes
- cite - links to a page describing why the text was deleted
- datetime - defines when the text was deleted