htmlcss


The HTML <del></del> contains content that has been deleted. This element is useful in marking changes from one version of a document to the next. It creates a line through the text, similar to the <s> element. Through style sheets, authors can suggest an appropriate rendering, such as not displaying the deleted content or rendering the text with a strike-through style.


Attributes

See Also

External Links