Home » HTML » Html miscellaneous » Question
  1. target attribute cannot have?
    1. _color
    2. _parent
    3. _self
    4. _blank
    5. None of these
Correct Option: A

Target attribute can have values _blank, _self, _parent, _top and filename. _blank opens the linked document in a new tab window or tab, _self opens linked document in the same window, _parent opens linked document in the parent frame.



Your comments will be displayed only after manual approval.