|
|
HTML <del> tag
Syntax
<del> - </del>
Definition and Usage
The DEL element defines text that has been deleted.
Optional Attributes
| Attribute |
Value |
Description |
| cite |
URL |
Defines an URL to another document which explains why the
text was deleted |
| datetime |
YYYYMMDD |
Defines the date and time the text was deleted |
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.
Example
| Source |
Output |
| This is an example of how to use a
<del>bike</del> car.
|
This is an example of how to use a bike car.
|
|
|