< All the HTML Tags >

<ins></ins>

Video Coming Soon...

  • ins

    Tag Type

    inline

    Tag Category

    text formatting

    Defines inserted text

    Viewed

    1

    Examples

    1

Definition:

The HTML <ins> tag is used to represent text that has been inserted into a document, visually indicating additions or updates.

Typically rendered with an underline, this tag can also include attributes like cite to reference the source of the addition and datetime to specify when the insertion occurred.

Using the `<ins>` tag helps maintain clarity in document revisions and enhances transparency in changes.

Attributes:

cite, datetime, Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default ins Example:

Using the <ins> tag to mark inserted text.
<ins>Inserted text</ins>

Default ins Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…