asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > DEL Element

<del> Element


Indicates text that has been deleted from the document.HTML 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

The <del> element represents a removal from the document.

Browsers normally render the element by applying a strike-through style to the text.

Attributes

The <del> element supports the following attributes, in addition to global attributes common to all HTML elements.

AttributeValueDescription
citeURLSpecifies a URL to a document that explains the reason why the text was deleted/changed
datetimeYYYY-MM-DDThh:mm:ssSpecifies the date and time of when the text was deleted/changed

Example

The following example shows how the <del> element may be used.

<del>This text has been revised.</del>

which would render on a Web page as follows:

This text has been revised.

External References

See Also

INS



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note