Asked by
Kiara Suttles
on Oct 17, 2024Verified
Which attribute makes a hyperlink open in a new tab in the browser?
A) target="_new"
B) target="_tab"
C) target="_blank"
D) target="_page"
Target="_blank"
An attribute used in HTML code to specify that a hyperlink should open in a new browser window or tab.
Target="_new"
HTML attribute used to open a linked document in a new browser window or tab.
Target="_tab"
An HTML attribute used to specify that a hyperlink should open in a new tab in the web browser.
- Understand the basic principles of essential web development languages, including HTML, CSS, and JavaScript.
Verified Answer
GZ
Learning Objectives
- Understand the basic principles of essential web development languages, including HTML, CSS, and JavaScript.