hi, i am working on this part of the portfolio webpage:
Let's keep in touch with the following
<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?