Question:How to define the link should open in new page in HTML?
A <a href = "http://www.mcqsets.com/" target = "blank">Click Here</a>
B <a href = "http://www.mcqsets.com/" target = "_blank"> Click Here </a>
C <a href = "http://www.mcqsets.com/" target = "#blank"> Click Here </a>
D <a href = "http://www.mcqsets.com/" target = "@blank"> Click Here </a>
+ AnswerB
+ Report