adplus-dvertising
frame-decoration

Question

How to define the link should open in new page in HTML?

a.

<a href = "http://www.compscibits.com/" target = "blank">Click Here</a>

b.

<a href = "http://www.compscibits.com/" target = "_blank"> Click Here </a>

c.

<a href = "http://www.compscibits.com/" target = "#blank"> Click Here </a>

d.

<a href = "http://www.compscibits.com/" target = "@blank"> Click Here </a>

Posted under HTML Fundamentals HTML

Answer: (b).<a href = "http://www.compscibits.com/" target = "_blank"> Click Here </a>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How to define the link should open in new page in HTML?