Learn HTML by Building a Cat Photo App - Step 63

Looking for some help. I have no idea where I’ve gone wrong here

Hello!
Your code looks good to me. Maybe bringing the anchor element onto the same line as the "No Copyright - " text will fix it? Such as this:

<p>
No Copyright - <a href="https://www.freeCodeCamp.org">freeCodeCamp.org</a>
</p>

I am thinking the new line character before your anchor element is causing it to display like:

No Copyright - 
freeCodeCamp.org

I hope that helps! Good luck!

hi there,
have a closer look at your href-attribute. Is it really set to https://freecodecamp.org.?

they are written in lowerCase letters for the href, aren’t they.?

@septerrain You might be right :thinking: I just tried this step using the exact same code they have and it passed. I’m kinda stumped on this one :sweat_smile:

1 Like

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