: The DEL Element
Last updated: 2026-09-12
<del>The DEL Element
Represents text that has been deleted from the document, rendered with a strikethrough by default.
| Category | Formatting |
|---|---|
| Content Model | Phrasing content |
| Allowed Parents | Any element that accepts phrasing content |
| Content Tag | Yes — requires closing </del> tag |
| Status | Standard |
📝 Syntax
<del>deleted text</del>
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
cite | URL | A URL explaining the reason for the deletion. |
datetime | Datetime | The date and time of the deletion. |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <del> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: Often paired with <ins> to show a revision (delete then insert).