<ins>

Description

<ins> marks the text as having been inserted into the document. The text is rendered with an underline. This tag is similar to <u> in the way it renders text.

Example


<html>
<body>
     <p>
          <ins>This text has been inserted in the document.</ins>
     </p><!--from   w  w w . j a va  2 s. c o m-->
</body>
</html>

Click to view the demo

The code above generates the following result.

ins




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference