Personal Portofolio - user story #8 fail

Tell us what’s happening:
Hey Guys,
I am just not able to solve the 8th user story! And I dont know what it is I am doing wrong. I linked my github and it even opens in a new tab, yet it says I havent completed it.
Please help.

Here is the link:

here is the code:

<section id="profile-link" class="bg-color">
  <div class="profile-link" id="Profile-link">
  <h2>Find me here...</h2>
   
    <a id="profile-link" href="https://github.com/manshosha"  target="_blank" id="profile-link">
      Git Hub</a>
  </div>
  
</section>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Helloooo!!!, if i can help !, first of all you have in the section-id the same id of the link i mean the a element, you can’t have two elements with the exact same id because the HTML read it from head to bottom, that’s the hint ;), try to find out if that is the problem gl !

1 Like

Two elements cannot have the same id, and the section that contains your link has the id of “profile-link”, so the test sees that first and they see that it’s not a a tag.

1 Like

Omg thank youuu! I am finally done after dayss :smiley:

Thank you so much!
:smile:

1 Like