23.
Which HTML attribute is used to open a link in a new tab or browser window?
target="_window"
target="_tab"
target="_new"
target="_blank"
Correct: D
The target="_blank" attribute is used to open a link in a new tab or browser window. This attribute specifies that the linked page should be opened in a new window or tab when clicked.