Click to return to the DHTML, HTML     
INPUT type=text Element |...     INSINDEX Element | INSIND...     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

INS Element | INS Object


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

DEL



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.