<ins>
The <ins> element element represents a range of text that has been inserted into a document, styling text as underlined by default.
Overview
The <ins> element element represents a range of text that has been inserted into a document, styling text as underlined by default.
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> element element represents a range of text that has been inserted into a document, styling text as underlined by default.
Cautions
- May not be supported in older browsers.
Accessibility
- Verify how this element is announced by screen readers.
Related links
Powered by web-features