MCQ
What is the correct HTML for defining a hyperlink to open in a new tab?
A <a href="url" target="_blank">
B <a href="url" target="_new">
C <a href="url" new>
D <a href="url" target="new">
Explanation

The target="_blank" attribute opens the linked document in a new browser tab or window.