Which target attribute value is used to open a link in a new browsing context (like a new tab or window)?
Difficulty level
_blank
_main
_parent
_self
The value _blank for the target attribute instructs the browser to open the linked document in a new browsing context, typically a new tab or window. Using this ensures that the current page remains open while the user views the content of the linked document, which can be beneficial for retaining the user on your page while allowing them to explore additional content.