Building a tribute page I need a help please

Hello everyone I am facing with one error in my tribute page here is the question

User Story #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").

and here is my code

<div>
                    <p class="footer">For more information about this exceptional leader please consult his full information on 
                    <a id="tribute-link" href="https://en.wikipedia.org/wiki/Nelson_Mandela" target="_blank">wikipedia</a></p>
                </div>

but the FCC show me this error

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

Hi everyone I solved the issue it was my network

1 Like

i still need help here

Hi @salaheddinneh!

Welcome to the forum!

This post has not been active for over a year.

I would suggest opening up a new topic for your question.

Thanks!