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

HTML <del> tag


May 04, 2021 HTML Reference Manual


Table of contents


HTML . . .

The label represents text that has been removed from the document, usually with a deleted line.

A piece of text with a deleted part and a newly inserted section:

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>


Try it out . . .

Browser support

HTML <del> tag HTML <del> tag HTML <del> tag HTML <del> tag HTML <del> tag

All major browsers support the hashtag.


Label definition and instructions for use

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


Tips and comments

Tip: You can also see how the label marks the text inserted first.

Tip: Use with slt;del> and slt;ins> to describe updates and fixes in the documentation. The browser typically adds a line of deletion to the deleted text and an underscore under the newly inserted text.


The difference between HTML 4.01 and HTML5

No.


Property

属性 描述
cite URL 规定一个解释了文本被删除的原因的文档的 URL。
datetime YYYY-MM-DDThh:mm:ssTZD 规定文本被删除的日期和时间。


Global properties

Labels support the global properties of HTML.


The event property

The tag supports the event properties of HTML.


Related articles

HTML DOM del object