Help, tribute page error

I’m at my wit’s end here. As far as I can see my code is written exactly like the test says, but it doesn’t pass!!

The issue is this:

7. I should see an <a> 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").

As you can see in my pen, my “a” element says exactly id=“tribute-link”, but it throws up an error. Why?? What is wrong? Thanks.

Take a closer look at the way you specified to open the link in the new window, that’s what is causing this error.

OMG I CAN’T BELIEVE IT.

Thanks.

BTW username checks out