A text with a deleted part, and a new, inserted part:
![]()
The <ins> tag is supported in all major browsers.
The <ins> tag defines a text that has been inserted into a document.
Tip: Also look at the <del> tag to markup deleted text.
Browsers will normally strike a line through deleted text and underline inserted text.
Tip: Use <ins> it together with <del> to markup updates and modifications in a document.
NONE.
| Attribute | Value | Description |
|---|---|---|
| cite | URL | Specifies a URL to a document that explains the reason why the text was inserted/changed |
| datetime | YYYY-MM-DDThh:mm:ssTZD | Specifies the date and time when the text was inserted/changed |
The <ins> tag also supports the Global Attributes in HTML.
The <ins> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.