DEL
The del element represents a range of text that has been deleted from a document.
SYNTAX
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;
}