References

Collection of references for web development.

HTML del tag

Description

The HTML <del> element represents deleted text.

Attributes

Attribute Value Description
cite URL Specifies the source of the quotation or the resource that explains the change of the source.
datetime datetime Specifies the date and time.

Example

<del>This text has been deleted</del>