The ins element represents a range of text that has been inserted (added) to a document.
The inverse is called the del element (delete)
This is used to make a visual text difference
<ins>
This text has been inserted
</ins>
<del>
This text has been deleted
</del>
Default output: