Menu
The ins
tag is used to designate that the text wrapped inside it has been inserted into a document.
Use with the <del>
tag to markup deleted text that has been replaced.
<p>This is some <del>old</del> <ins>new</ins> text in a paragraph.</p>
cite
Provides a URL to a document that explains why the text was changed.
datetime
Provides the date and time (in format YYYY-MM-DDThh:mm:ssTZD) when the text was changed.
User-submitted codepen.io examples of <ins>
↴
Submit a codepen.io link that demonstrates <ins>
: