HTML <ins> tag
Usage
Indicates an insertion within a document. Can be used alongside <del> (deletion) to mark up changes to a document.
Example
Code:
We meet at the club every <ins>Monday and</ins> Tuesday
Output:
We meet at the club every Monday and Tuesday
Required Attributes
- none
Optional Attributes
- cite - links to a page describing why the text was inserted
- datetime - defines when the text was inserted