From http://www.w3schools.com (Copyright Refsnes Data)
Defines text that have been inserted in addition to the rest of the document.
NONE
Tip: Use it together with the <del> tag to describe updates and modifications to a document.
Source | Output |
---|---|
My favourite car is a <del datetime="2002-05-05">Volvo</del> <ins datetime="2008-01-28">BMW</ins> |
My favourite car is a
|
Attribute | Value | Description | 4 | 5 |
---|---|---|---|---|
cite | URL | A URL to another document which explains why the text was inserted | 4 | 5 |
datetime | YYYYMMDD | Defines the date and time when the text was inserted | 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)