Widely availableSupported across all major browsers. Safe to use in production.

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

Addtext. Display

Ins element in document to addtext show.

PreviewFullscreen

Differencedisplay

Del and ins combinationco-d. Differencedisplay.

PreviewFullscreen

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.

Powered by web-features