del element | del object
[This documentation is preliminary and is subject to change.]
Indicates text that has been deleted from the document.
![]() |
Standards information
- HTML 4.01 Specification, Section 9.4
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | inline |
DOM Information
Inheritance Hierarchy
Node
Element
HTMLElement
del
Remarks
Windows Internet Explorer 8 and later. The value of the cite attribute depends on the current document compatibility mode.
Examples
This example uses the DEL element to mark deleted text.
<del>This text has been revised.</del>
See also
Build date: 3/8/2012
