
HTML del tag - W3Schools
Definition and Usage The <del> tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.
<del> HTML deleted text element - HTML | MDN - MDN Web Docs
Apr 24, 2026 · The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering "track changes" or source code diff information, for …
HTML del Tag - GeeksforGeeks
Apr 10, 2026 · The HTML <del> tag is used to indicate text that has been deleted from a document. It visually represents this deletion by striking through the text, which helps in tracking changes or …
<del> HTML Tag
The <del> tag is used to identify text that has been deleted from a document but retained to show the history of modifications made to the document. Pair a <del> element with an <ins> element to …
Google
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
tags - What is the difference between <s> and <del> in HTML, and …
The default, or “expected” default rendering is explicitly specified in the Rendering section of HTML5 CR: del, s, strike { text-decoration: line-through; } The theoretical difference is what HTML specifications …
Support Home | Dell US
Get support for your Dell product with free diagnostic tests, drivers, downloads, how-to articles, videos, FAQs and community forums. Or speak with a Dell technical expert by phone or chat.
HTML elements reference - MDN Web Docs
Feb 6, 2026 · HTML elements reference This page lists all the HTML elements, which are created using tags. They are grouped by function to help you find what you have in mind easily. An alphabetical list …
HTML - <del> Tag - Online Tutorials Library
The HTML <del> tag stands for "deleted text" and is used to mark text that has been removed from a document. This tag is useful for rendering "track changes" or when source code provides different …
HTML del Tag - Dofactory
In HTML, the <del> tag marks deleted text in an HTML document. It is used to track document changes or copywriting. By default, this element is rendered with a strike-through font style, but this can be …