Portfolio Test Errror

I can’t figure out why I keep getting an error for the one that says I need a link with an id of “profile-link”. I did it, and it still won’t work. It also puts a weird box around the text that I have never seen.

any help would be appreciated!

Review the following challenge which mentions how to correctly open a link in a new tab.

https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements/

1 Like

In addition to what @camperextraordinaire says, which will solve the passing test problem, I noticed that the profile-link has a color of white and the background is also white, so the free code camp icon is invisible.

1 Like

Thanks! I have been using target=“blank” without the _ before blank. It worked, so I didn’t know I was doing it incorrectly. Thanks again!

Thanks for the heads up!