Indicates text that has been inserted into the document. | HTML 4, 4.01, 5 |
HTML Syntax
<ins
class = classname
id = value
style = css properties
title = text
>
NOTE: Both start and end tags are required.
The <ins>
element supports the following attributes, in addition to global attributes common to all HTML elements.
cite | URL | Specifies a URL to a document that explains the reason why the text was inserted/changed |
datetime | YYYY-MM-DDThh:mm:ss | Specifies the date and time when the text was inserted/changed |
<ins>This text has been inserted.</ins>
DEL