To open a linked document in the parent frame, target="______" is used.
- _blank
- _parent
- _self
- _top
The target="_parent" attribute value is used to load the linked document in the immediate parent of the document the link is in. If the link is in a frame within a set of frames, the document will be loaded into the frameset that contains the frame. On the other hand, _self loads the document in the same frame or window, _top loads the document in the topmost window, and _blank opens the document in a new window or tab.
Loading...
Related Quiz
- Imagine you are developing a website that needs to be optimized for search engines. How would you utilize the head section, especially the meta tags, to enhance SEO?
- What is the primary use of the tag?
- The ______ attribute is used to merge cells horizontally.
- What is the purpose of the source tag inside the audio or video tags?
- You are developing a complex multi-level navigation menu. How would you ensure that it is both keyboard-friendly and accessible to screen reader users?