Step 64 - Learn HTML by Building a Cat Photo App

I’m not sure what I’m doing wrong here - I already looked at the forum for the same issue but can’t see what I’m doing wrong here. The output seems to be what it’s supposed to be.

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

Screen Shot 2022-11-21 at 3.19.33 PM

Hi,
You should use double quotation marks " " around your href link.

It’s passing for me (single quotes are fine). Maybe you accidentally changed something else? You didn’t post all of your HTML so it’s hard to tell.

On second thought, that doesn’t seem to matter per my test…Your code looks fine as far as I can see.

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