<ins>
The <ins> HTML element represents a range of text that has been added to a document. You can use the <del> element to similarly represent a range of text that has been deleted from the document.
Browser support
| Feature | Desktop | Mobile | ||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Safari | Chrome Android | Safari iOS | |
| 1 | 12 | 1 | ≤4 | 18 | ≤3.2 | |
| HTML attribute | ||||||
cite | 1 | 12 | 1 | 3 | 18 | 2 |
datetime | 1 | 12 | 1 | 3 | 18 | 2 |
1+Supported (version) Not supported ※Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Syntax
HTML
<p>The meeting<del>Tuesday</del><ins>Wednesday</ins> has been rescheduled.</p>
<ins datetime="2024-03-01">
<p>Newly added section</p>
</ins> Live demo
Daterecord with Datetime attribute.
ins Datetime attribute in adddatetime mechanismallowread to record.
PreviewFullscreen
Use cases
-
Using <ins>
The <ins> HTML element represents a range of text that has been added to a document.
Cautions
- May not be supported in older browsers.
Accessibility
- Verify how this element is announced by screen readers.