Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML DOM del object


May 06, 2021 JavaScript with HTML DOM Reference book


Table of contents


HTML DOM del object


del object

The del object represents text that has been deleted from the HTML document.

The element defines the text in the document that has been deleted.

Elements are often used with the elements to present old and new content in different styles. The browser will distinguish between horizontal and underlined content on the two tabs.

Del objects can be created for each of the html documents.


del object properties

Property Describe
cite Set or return the cite property value of the deleted text
Datetime Set or return the dateTime property value of the deleted text

Standard properties and events

The del object also supports standard properties and events.


Related pages

HTML tutorial: HTML text formatting

HTML Reference Manual: HTML slt;del> Tags

JavaScript Reference Manual: HTML DOM ins objects