Inserted  - <INS>   -  </INS>

Previous- INPUT - Form input control  |  Next-ISINDEX - Searchable index

Description
Denotes a section of a page which has been inserted since a previous version, normally interpreted as underlined text by browsers.
Attributes
NameValuesDescription
citeurl
classclassnameClass of the element which is used to associate the element with a style sheet.
datetimedate
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<ins>this text has been inserted since the last version</ins> and this has not.
Will be displayed as :
this text has been inserted since the last version and this has not.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES NO NO NO NO NO NO NO NO

Previous- INPUT - Form input control  |  Next-ISINDEX - Searchable index