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. 

How can you make an option in a dropdown list selected by default?

  • By using the selected attribute. 
  • By setting value="default". 
  • By marking it as first-child. 
  • By using the checked attribute. 
The selected attribute can be added to an