<ins> Tag in HTML 5

In this article I am going to explain about <ins> tag in Html 5.
  • 2231
Definition

The <ins>  tag use for defined highlighted text in html document. After using  <ins>  tag  text will be changed in underline text.

Browser that supports <ins> tag

 Internet explorer, Mozilla firefox, Google chrome, Opera and Safari browsers.

Lets take an example of <ins> tag

<html>
  <head>
   <p>My name is:-<ins>Prabhakar</ins></p>
   </head>
</html>

Output

ins.jpg

Further Readings

You may read more about HTML 5 Tags:  here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.