I’m 9/10 on the tribute page test but keep getting this error:
“I should see an element with a corresponding id=“tribute-link”, which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to “_blank” in order for your link to open in a new tab (i.e. target=”_blank")."
Here is my code, which looks fine to me:
<div id="tribute-link">
<a href="https://en.wikipedia.org/wiki/Clay_Aiken" target="_blank">
</a>
</div>
Am I missing something?
Thanks so much,
Victor