Specifies text that has been inserted into the document.
HTML Syntax
<INS CLASS=classname ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script >
Remarks
Text contained by the INS element is rendered underlined.
The INS element is an inline element and does not require a closing tag.
This element is available in HTML and script as of Microsoft® Internet Explorer 4.0.
Members
Styles
Example
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