<INS>
The delete (DEL) and insert (INS) elements are used to mark
deleted and inserted content respectively.
Attributes
| Attribute |
Description |
| ID |
Identifies this tag to reference in script (program code) |
| CLASS |
Define the class used to render this element (defined by a style sheet) |
| TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
| CITE |
A URI (resource locator) that designates the source document or message |
| DATETIME |
Indicates the date and time when the change was made |
|
Example
<INS>This was inserted</INS> Original text
Renders As:
This was inserted Original text
Compatibility
HTML 4.01
|