Q. How to define a link that should open in a new page in HTML?
β
Correct Answer: (B)
<a href = “” target =“_blank”>Click Here</a>
Explanation: If you add the attribute target = "_ blank" to your links. When a visitor clicks on this link, it will open in a new window or tab.