Tag Description
The ins tag is used to identify text that has been inserted into a document.
This tag has the form:
<ins cite="URL" datetime="datetime">
</ins>
HTML5 and HTML4.01 Differences
None.
Attributes
Attribute | Value | Description |
---|---|---|
cite | URL | Specifies a URL to a document which explains why the text was deleted |
datetime | YYYY-MM-DD Thh:mm:ssTZD |
Specifies the date and time when the text was deleted |
Global Attributes
This tag also supports the HTML Global Attributes.
Event Attributes
This tag also supports the HTML Event Attributes.
Examples
The following example shows the basic use of this tag:
<p>The sky is:
<del>red</del>
<ins>blue</ins>
</p>
This produces the following result:
The sky is:
red
blue
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
Doctype Declaration Support
The following table lists the doctype declarations this element may appear in:
HTML4.01 / XHTML1.0 | XHTML 1.1 | HTML 5 | ||
---|---|---|---|---|
Traditional | Strict | Frameset | ||
Miscellaneous Information
Defined In: | HTML4 |
---|---|
Empty Tag: | No |