Html 5 del tag

In the html <del> tag is used to delete a text from html page or document and it will delete also markup text. The Main difference between <del> tag and <ins> tag, if you will use <del> tag to display text with strike line and if you will use <ins> tag to display text with underline.

Syntax:

<del> ... </del>

Example Code

This is html <del> Delete </del> tag.

Out Put:



Thi is html Delete tag.

In the above example <del> tag has been added to "This is html Delete tag".





Content