Home → References → HTML Tags →
HTML Tag: del
Deletion. Used to define an editorial deletion of content. Often used along with ins.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
citecan be used to specify the location (as a URI) of an explanation of why the deletion was made.datetimecan be used to specify when the deletion was made.- Common attributes
Example
<p>It really was<del cite="rarara.html" datetime="20031023">n't</del> very good.</p>

