HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML del Tag

HTML del Tag

 

 

The del tag defines the text that has been deleted from a document. Usually, it is shown by a line through the content.

 

Attribute Explanation:-

 

Attribute Value Description
cite URL Specifies URL to document that explains the reason why the text was changed/deleted.
datetime YYYY-MM-DDThh:mm:ssTZD Specifies date and time when the text was deleted/changed

 

Syntax:-

 

Its syntax is:- < del >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML