From http://www.w3schools.com (Copyright Refsnes Data)
ExampleA text with a deleted part and a new inserted part:
|
The <ins> tag defines text that has been inserted into a document.
The <ins> tag is supported in all major browsers.
Note: None of the major browsers display the ins cite or datetime attribute correctly.
NONE
Tip: Use it together with the <del> tag to describe updates and modifications in a document.
DTD indicates in which DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
Attribute | Value | Description | DTD |
---|---|---|---|
cite | URL | A URL to another document which explains why the text was inserted | STF |
datetime | YYYYMMDD | Defines the date and time when the text was inserted | STF |
id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
From http://www.w3schools.com (Copyright Refsnes Data)