HTML element: <ins>
Availability
|
BlackBerry®
Device Software 4.6 or later
|
The <ins> element specifies that the enclosed text is inserted. By default, the BlackBerry® Browser
renders the enclosed text in the default font.
Attributes
Attribute
|
Value(s)
|
Description
|
Availability
|
cite
|
URI
|
This attribute defines the URL to a document that explains why the text was inserted.
|
4.6 or later
|
datetime
|
datetime
|
This attribute defines the date and time that the enclosed text was deleted. Specify a value using the following format:
where:
- YYYY: The four-digit year value.
- MM: The two-digit month value, from 01 (January) to 12 (December).
- DD: The two-digit day value, from 01 to 31.
- hh: The two-digit hour value, from 00 to 23.
- mm: The two-digit minute value, from 00 to 59.
- ss: The two-digit second value, from 00 to 59.
- TZD: The time zone designator, a value of Z (indicating Coordinated Universal Time), +hh:mm, or -hh:mm.
|
4.6 or later
|
Common attributes
The <ins> element supports the class, dir, id, lang, style, and title attributes.
For more information, see Common attributes.
Event attributes
The <ins> element supports the onclick, onkeydown,
onkeypress, onkeyup,
onmousedown,
onmousemove,
onmouseout, onmouseover, and onmouseup events.
For more information, see HTML event attributes.
Index
Was this information helpful? Send us your comments.