Help with tribute page user story #7 SOLVED

I am doing a simpsons tribute page and the following user story:

  1. 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").

is causing me an issue. From what i can see, it functions correctly but i suspect i have wrote it incorrectly.

My code is as follows.:

Any help would be greatly appreciated thank you!!

Ps, I know my page is very basic I just want to satisfy all the criteria first then I will work on improving the content/design

1 Like

I have solved it . It was because I did a div with id=“tribute-link” and placed anchor link in there with the same id