McqMate
| Q. |
How to define the link should open in new page in HTML? |
| A. | <a href = "http://www.mcqmate.com/" target = "blank">Click Here</a> |
| B. | <a href = "http://www.mcqmate.com/" target = "_blank"> Click Here </a> |
| C. | <a href = "http://www.mcqmate.com/" target = "#blank"> Click Here </a> |
| D. | <a href = "http://www.mcqmate.com/" target = "@blank"> Click Here </a> |
| Answer» B. <a href = "http://www.mcqmate.com/" target = "_blank"> Click Here </a> | |
View all MCQs in
HTMLNo comments yet