The <ins> tag defines a text that has been inserted into a document or newly inserted text. the <ins> tag is an inline element used to indicate that a section of text has been inserted into a web page. It is typically used in conjunction with the <del>tag. Markup of inserted text can be useful in determining differences between multiple versions of the same document. Browsers will normally underline inserted text and strike a line through deleted text.
Syntax
<ins>Inserted text...</ins>