HTML5 <ins> Tag

Example

A text with a deleted part and a new inserted part:

<p>My favorite color is <del>blue</del> <ins>green</ins></p>
Code it Online »

Definition and Usage

Defines text that have been inserted in addition to the rest of the document.

Tips and Notes

Hint: Use it together with the <del> tag to describe updates and modifications to a document.

Attributes

Attribute Value Description
cite URL A URL to another document which explains why the text was inserted
datetime YYYY-MM-DDThh:mm:ssTZD Defines the date and time when the text was inserted

Standard Attributes

The <ins> tag also supports the Standard Attributes in HTML5.

Event Attributes

The <ins> tag also supports the Event Attributes in HTML5.


Have Any Suggestion? We Are Waiting To Hear from YOU!

Your Query was successfully sent!