HomeReferencesHTML Tags

HTML Tag: del

Deletion. Used to define an editorial deletion of content. Often used along with ins.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

  • cite can be used to specify the location (as a URI) of an explanation of why the deletion was made.
  • datetime can 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>