ins element | ins object
[This documentation is preliminary and is subject to change.]
Specifies text that has been inserted into the document.
![]() |
Standards information
- HTML 4.01 Specification, Section 9.4
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | inline |
DOM Information
Inheritance Hierarchy
Node
Element
HTMLElement
ins
Remarks
Windows Internet Explorer 8 and later. The value of the cite attribute depends on the current document compatibility mode.
Text contained by the ins element is rendered underlined.
Examples
This example uses the INS element to specify text inserted into a document.
<INS datetime="1997-10-01T12:15:30-05:00">This text has been inserted.</INS>
See also
Build date: 3/8/2012
