Cat Photo App Step 64

Hello all,

Anybody else find a fix to step 64 of creating a cat photo app to learn HTML. I seem to be in an endless loop of errors. Is this a bug and how do I proceed?

Code:

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

There are three words presented in the editor initially, correct?
You only need to make the last word clickable, not all the words.

The loop is I change the text from “No Copyright-freeCodeCamp.org” to “freeCodeCamp.org” per recommendation to do this at the hint box, but this causes the recommendation to then say I should change it back.

Nevermind. I see what you mean and I fixed it. Thanks!

1 Like

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