htmlcss

The HTML <ins></ins> contains content that has been changed or inserted into the document. This element is useful in marking changes from one version of a document to the next. It underlines the text, similar to the <u> element.

Attributes


HTML example:

<ins>Inserted content.</ins>


See Also

External Links