Skip to main content

The `<ins>` and `<del>` elements

1 min read

The <del> element represents text that has been removed from a document and the <ins> represents text which has been added. This can be used when rendering "track changes" or source code diff information.

This look like <del>I got deleted</del> <ins>in favour of this</ins>

This look like I got deleted in favour of this

© 2021 by Madole.
GitHub Repository
Last build: 1729596316231