Q. How to define the link should open in new page in HTML? (Solved)
1. <a href = "http://www.mcqmate.com/" target = "blank">Click Here</a>
2. <a href = "http://www.mcqmate.com/" target = "_blank"> Click Here </a>
3. <a href = "http://www.mcqmate.com/" target = "#blank"> Click Here </a>
4. <a href = "http://www.mcqmate.com/" target = "@blank"> Click Here </a>
- b. <a href = "http://www.mcqmate.com/" target = "_blank"> Click Here </a>