Multiple Choices
(Choose 1 answer)
What is true about this code?
<a href = "http://www.umich.edu" onclick = "alert(this.href)">University of Michigan</a><br/><a href="#" onclick = "alert(this.href)">University of Michigan </a><br/><a href = "page2.html" onclick = "alert(this.href)">University of Michigan </a><br/>
A. Only the first link will produce the alert "
http://www.umich.edu/".
B. Only the second link will produce the alert "
http://www.umich.edu/".
C. Only the third link will produce the alert "
http://www.umich.edu/".
D. None of the links will produce the alert "
http://www.umich.edu/".