Multiple choice technology web technology

Which is NOT a predefined target for links

  1. _top

  2. _blank

  3. _son

  4. _parent

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

HTML defines four predefined target names for links: _blank (opens in new window/tab), _self (opens in same frame - the default), _parent (opens in parent frameset), and _top (opens in full original window). There is no predefined target named '_son' - this is a made-up name that does not exist in the HTML specification.