Dom Obj Del
# HTML DOM del Object
* * *
## del Object
The del object represents deleted text in an HTML document.
The `` element defines deleted text in a document.
The `` element is often used together with the `` element to show old content and new content with different styles. Browsers will add a strikethrough and underline to the content of the two tags to distinguish the content.
In an HTML document, each `` tag creates a del object.
* * *
## del Object Properties
| Property | Description |
| --- | --- |
| (#) | Sets or returns the value of the cite attribute of the deleted text |
| (#) | Sets or returns the value of the dateTime attribute of the deleted text |
## Standard Properties and Events
The del object also supports standard (#) and (#).
* * *
## Related Pages
HTML Tutorial: (#)
HTML Reference Manual: [HTML `` Tag](#)
JavaScript Reference Manual: (#)
YouTip