INS
The ins element represents a range of text that has been inserted (added) to a document.
SYNTAX
HTML
<ins attribute-name="attribute-value"></ins>
ATTRIBUTES
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 |
CSS
ins {
text-decoration: underline;
}