References

Collection of references for web development.

HTML ins tag

Description

The HTML <ins> element represents text that has been inserted into the HTML document.

Attributes

Attribute Value Description
cite URL Specifies the source of the quotation or the resource that explains the change of the source.
datetime datetime Specifies the date and time.

Example

<ins>Inserted text</ins>