Question:You specified a base tag and anchors as follows: 1. <base target="_blank"> 2. <a href="http://www.yahoo.com">Yahoo</a> 3. <a href="http://www.google.com" target="_top">Google</a> Which of the following is true for the above code?
A Only the Yahoo link will open in a new window.
B Only the Google link will open in a new window.
C Both links will open in a new window.
D Both links will open in the same window.
+ AnswerC
+ Report