HTML <ins> Tag

<p>Only <del>$300</del> <ins>$800</ins> for a limited time only!</p>

The above example demonstrates usage of the <ins> element.

The <ins> element represents an addition to the document. This could be used on its own, or in conjunction with the <del> in the case of deleting an item and inserting new text in its place.

The element accepts cite and datetime attributes.