HTML <del> tag
Example
A text with a deleted part and a new inserted part:
<p>My favorite color is <del>blue</del> <ins>red</ins>!</p> |
Try it yourself!
|
Definition and Usage
The <del> tag defines text that has been deleted from a document.
Browser Support
The <del> tag is supported in all major browsers.
Note: None of the major browsers display the cite or datetime
attribute correctly.
Differences Between HTML and XHTML
NONE
Tips and Notes
Tip: Use it together with the <ins> tag to describe updates and
modifications in a document.
Optional Attributes
DTD indicates in which DTD the attribute is
allowed. S=Strict, T=Transitional, and F=Frameset.
Attribute |
Value |
Description |
DTD |
cite |
URL |
Defines a URL to another document which explains why the text was deleted or
inserted |
STF |
datetime |
YYYY-MM-DD |
Defines the date and time the text was deleted |
STF |
Standard Attributes
id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Event Attributes
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event
Attributes.
Learn XML with <oXygen/> XML Editor - Free Trial!
|
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|