πŸ“Š HTML
Q. How to define a link that should open in a new page in HTML?
  • (A) <a href = “” target = “blank”>Click Here</a>
  • (B) <a href = “” target =“_blank”>Click Here</a>
  • (C) <a href = “” target = “#blank”>Click Here</a>
  • (D) <a href = “” target = “@blank”>Click Here</a>
πŸ’¬ Discuss
βœ… 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.

Explanation by: Tina Singh
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
269
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
95%
Success Rate