The del HTML element represents a range of text that has been deleted from a document.
HTML
<del attribute-name="attribute-value"></del>
Attributes
Name |
Value |
Description |
cite |
URI |
URL referencing the original source for the quoted material |
datetime |
date-time |
Time and date when the text was added/deleted |
CSS
del {
text-decoration: line-through;
}
cite
datetime
CSS