Home → References → HTML Tags →
HTML Tag: ins
Insertion. Used to define an editorial insertion of content. Often used along with del.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
citecan be used to specify the location (as a URI) of an explanation of why the insertion was made.datetimecan be used to specify when the insertion was made.- Common attributes
Example
<p>It really was <ins cite="rarara.html" datetime="20031024">very</ins> good.</p>

