Easy Tutorial
❮ Tag Noscript Att A Charset ❯

HTML <ins> Tag

Example

A text with deleted and newly inserted parts:


Browser Support

All major browsers support the <ins> tag.


Tag Definition and Usage

The <ins> tag defines text that has been inserted into a document.


Tips and Notes

Tip: You can also look at the <del> tag for marking deleted text.

Tip: Using <del> and <ins> together describes updates and corrections to the document. Browsers typically add a strikethrough to deleted text and an underline to newly inserted text.


Differences Between HTML 4.01 and HTML5

None.


Attributes

Attribute Value Description
cite URL Specifies a URL to a document that explains the reason for the insertion.
datetime YYYY-MM-DDThh:mm:ssTZD Specifies the date and time of when the text was inserted.

Global Attributes

The <ins> tag supports HTML's global attributes.


Event Attributes

The <ins> tag supports HTML's event attributes.

❮ Tag Noscript Att A Charset ❯