Learn HTML by Building a Cat Photo App - Step 64

Tell us what’s happening:
Describe your issue in detail here.
This step keeps telling me,
" Your anchor (a) element should have a closing tag. Closing tags have a (/) just after the (<)
character."
I do infact have the closing anchor so i really don’t know what i doing wrong here
Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->

Your browser information:

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

Challenge: Learn HTML by Building a Cat Photo App - Step 64

Link to the challenge:

I’ve tested your code and it pass on my browser. Switch to another browser beside Mozilla because extension + Mozilla sometimes will cause some bugs.

You can use Mozilla again after passing this step

2 Likes

This helped me out, thank you for the advice :+1:

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