The ins element for HTML represents a range of text that has been inserted (added) to a document.
<ins attribute-name="attribute-value"></ins>
Name | Value | Description |
---|
cite | URI | URL referencing the original source for the quoted material |
datetime | date-time | Time and date when the text was added/deleted |
ins
{
text-decoration: underline;
}