Menu
The del
tag wraps around text that has been deleted from a document. Browsers typically render the enclosed text with a line through it – or a strikethrough effect.
Example:
<p>This is the revised <del>original</dev> text.</p>
cite
Can be used to provide the URL to a document that explains why the deleted text was changed..
datetime
Used to provide the date and time when the text was changed..
User-submitted codepen.io examples of <del>
↴
Submit a codepen.io link that demonstrates <del>
: