Which is NOT a predefined target for links
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.