HTML Tag: del
Editorial deletion.
Often used in conjunction with ins
.
Optional Attributes
Attribute | Description | Possible values |
---|---|---|
cite |
A link to an explanation for the deletion. | URL. |
datetime |
The date and (optionally) time that the deletion was made. |
|
Global attributes |
Example
<p>It really was <del cite="onsecondthoughts.html" datetime="2003-10-25">very</del> good.</p>
<del cite="onsecondthoughts.html" datetime="2003-10-25">
<h2>This was, like, WOW, dude. Really.</h2>
<p>I feel compelled to go into more detail on just how wow this was.</p>
<!-- rambling long paragraphs -->
</del>