Using target="______" ensures the linked document opens in a new tab or window.
- _blank
- _parent
- _self
- _top
The target attribute specifies where to open the linked document. When set to _blank, it ensures that the linked document is opened in a new tab or window. It's often used when linking to external sites to keep the original page open in the background.
Loading...
Related Quiz
- You've received an HTML file from a colleague with commented sections. What considerations might you take into account before removing these comments?
- You've been asked to enhance the keyboard navigation for a large-scale website. What strategies will you use to implement access keys and tab order without disrupting the existing user experience?
- Which tag is utilized to provide metadata about the HTML document?
- What role does the "name" attribute play in form data submission?
- The ______ attribute is used to define a unique identifier for an element.