Personal Portfolio Webpage - Build a Personal Portfolio Webpage

hi, i am working on this part of the portfolio webpage:

Let's keep in touch with the following

freecodecamp-logo

<a id="profile-link" href="https://www.freecodecamp.org/fcc546d1801-75c3-4a53-a46a-3fcc927edb47" target="_blank"

      >Freecodecamp</a
    ></p>
  </div>
   <div id="profile">
    <img src="https://cdn.pixabay.com/photo/2022/01/30/13/33/github-6980894_960_720.png" alt="freecodecamp-logo" id="profile-link">
    <p id="profile-txt">
      <a 
      target="_blank" 
      href="https://github.com/someone" >Github Profile</a></p> 
  </div>
  </div>
</section>

my issue is despite the fact i have added an a element with an id of " profile-link" and the attribute target with the value “_blank” i can’t pass the tests in these points. What can i do to fix this?

The “profile-link” id attribute should be within an anchor element with an href attribute for your web address. See user story 8. Have a look at the registration form task if you did it, there is one at the end for terms and conditions.