HTML <ins> Tag with the 'cite' Attribute
<p>Only <del>$300</del> <ins cite="/new-prices.htm">$800</ins> for a limited time only!</p>
The above example demonstrates usage of the cite attribute of the <ins>
element. This (optional) attribute can be used to provide the URL of a document that explains the change.
About 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 <ins>
element also accepts the datetime
attribute.