Cant seem to find my mistake

Hello everyone, I’m in the process of finishing the personal portfolio page project but I can’t pass User Story #8: My portfolio should have a link with an id of “profile link”, which opens my GitHub or FCC profile in a new tab.

Here is my code so far: https://codepen.io/darrylat/pen/zYoQMjb
I have given the id for the GitHub link and the FCC profile but it still doesn’t work. If anyone see where I went wrong I’ll appreciate

Hi,
Try using target="_blank"
You forgot the underscore.

1 Like

Oh my days! I can’t believe I didn’t notice that, Thank you so much it worked!

@akretchakre, a hint for when tests fail.
Click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.