HTML - Tags - <ins>

#70 of 147
ins

 <html>
 <body>
     <p>
         Text that was <ins>inserted</ins>
     </p>
     <p>
         Text that was <del>removed</del>
     </p>
 </body>
 </html>
 

The ins element represents text that was added to the document.

A live example:


Text that was inserted

Text that was removed


See also: del

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath