ins

< html‎ | elements
Jump to: navigation, search

ins



Summary

The ins element represents a range of text that has been inserted (added) to a document.


Overview Table

DOM Interface HTMLElement

Examples

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>

Notes

Remarks

Windows Internet Explorer 8 and later. The value of the cite attribute depends on the current document compatibility mode. Text contained by the ins element is rendered underlined.

Standards information


HTML information

{

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

See also

External resources

http://www.w3.org/TR/html-markup/ins.html#ins

Related pages (MSDN)

  • del

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]