HTML <ins>
query_builder | Christopher PisaniThe HTML element <ins> is usually used for new information added to a document. Opposite to the HTML element <ins> is the <del> that strikes out data that has been deleted without removing the text for user reference of the updated version of a document.
<article>
This is <del>a</del> <ins>an</ins> example to show <del>mispeled</del> <ins>mispelt</ins> words in an article.
</article>
Important Note :
Both the <ins> and the <del> elements can be manipulated with CSS.
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.