You are here : htmlHTML 5ins

<ins> - HTML 5

The <ins> tag defines a text that has been inserted into a document.

Tip: Also look at the <del> tag to markup deleted text.

Browsers will normally strike a line through deleted text and underline inserted text.


Syntax

    <p>My favorite color is <del>blue</del> 	<ins>red</ins>!</p>


Example

    <p>My favorite color is <del>blue</del> 	<ins>red</ins>!</p>


Output / Return Value


Limitations


Alternatives / See Also


Reference