HTML <del> tagHTML <del> tag is used to represent the range of text that has been deleted/removed from the document. It is used as a Markup for the deleted content. The browser generally renders it by strike a line through the deleted text, although this can be changed using the CSS property. Note: To identify the deleted text and inserted text use <ins> tag with <del> which will display deleted and inserted text in a document.SyntaxFollowing are some specifications about the HTML <del> tag
Example 1Test it NowOutput: ![]() Example 2Using CSS and <ins> tag Test it NowOutput: ![]() Attribute
Global AttributeHTML <del> tag supports the Global attributes. Event AttributeHTML <del> tag supports the Event attributes. Supporting Browsers
Next TopicHTML details tag
|