HomeReferencesHTML Tags

HTML Tag: ins

Insertion. Used to define an editorial insertion of content. Often used along with del.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

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 really was <ins cite="rarara.html" datetime="20031024">very</ins> good.</p>