The Insertion Tag

ken's picture

Opening tag : <INS>
Closing tag: </INS>

Purpose:
The Insertion tag works alongside the Deletion tag, to enable document changes to be tracked. Deletions are crossed out, and insertions underlined.

Attributes:
Class=class
- Format the text using the specified class.

DATETIME = Datetime
- Specifies the date and time the change was made.

Dir=direction
- Useful for text which needs to be read from right to left.

Event=Javascript
- Javascripts can be associated to an event.

ID=name
- Giving your change an id enables dynamic changes.

Lang=language
- Specifies the language of the text.

Style=style
- Defines a style for the text to use.

Title=title
- Specifies a title for the insertion.

URL=url
- Specifies a url for a more detailed discussion of the changes that have been made.

Example:

It is <DEL>True</DEL><INS>False>

Related Tags:

-

Back to:
Alphabetical Guide
Guide By Type