From http://www.w3schools.com (Copyright Refsnes Data)
Defines text that has been deleted in a document.
NONE
Tip: Use it together with the <ins> tag to describe updates and modifications in a document.
Source | Output |
---|---|
a dozen is <del>20</del> 12 pieces | a dozen is |
Attribute | Value | Description | 4 | 5 |
---|---|---|---|---|
cite | URL | Defines a URL to another document which explains why the text was deleted or inserted | 4 | 5 |
datetime | YYYYMMDD | Defines the date and time the text was deleted | 4 | 5 |
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title |
For a full description, go to Standard Attributes in HTML 5.
onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload |
For a full description, go to Event Attributes in HTML 5.
Deleted and inserted
text
How to mark deleted and inserted text in a document.
From http://www.w3schools.com (Copyright Refsnes Data)