Insertion. The HTML <ins> tag is used for markup of editorial inserted content.
Often used along with del.
Required Attributes
Optional Attributes
- cite can be used to specify the location (as a URI) of an explanation of why the insertion was made.
- datetime can be used to specify when the insertion was made.
- Common attributes
Example
<p>It was <ins cite="source.html datetime="20140404">really</ins> a good time together.</p>
Changes in HTML5
Related Tags