48
(Choose 1 answer)
What is true about this code?
<a href = "http://www.umich.edu" onclick = "return true">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 take you to the University of Michigan website.
B. Only the second link will take you to the University of Michigan website.
C. Only the third link will take you to the University of Michigan website
.
D. None of the links will take you to the University of Michigan website.