Portfolio Project - 1 error

My portfolio should have a link with an id of “profile-link”, which opens my GitHub or FCC profile in a new tab.

I have the anchor tab with the said id, href, target attributes, it still gives me error. please help

Portfolio Project

The containing div for your social media links has the id=“profile-link” (line 57). It just needs to be on the anchor element as you already have it.

I took off the id for the div and all the tests then passed.

Hope this helps :slight_smile:

Indeed, that was a silly mistake :wink: