I completed a user story but it says I failed it

For the personal portfolio, I completed the user story #8 and it works as required but somehow when I test it, it says that I failed it.
Check it our using the link below.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:
https://codepen.io/Motasim0109/pen/rNwjNjz?editors=1100

Hi
You have written target="blank" it needs to be target="_blank"

Oh okay. Thank you. It works without the “_” , why should that be a problem facepalm.

I am actually suprised it does work without the underscore. I will be looking to see if that works in my normal code editor out of curiosity. However the test was expecting “_blank” so nothing else would be accepted

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