Learn HTML by Building a Cat Photo App - Step 64

Tell us what’s happening:

No Copyright - freeCodeCamp.org

It keeps telling me anchor needs to have / after < and not accepting my code

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/125.0.0.0 Safari/537.36 OPR/111.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 64

did you add a footer elelemt in this step? there was already one. If you have two it’s wrong

If I don’t then it tells me this

Your anchor (a ) element should be nested within the p element inside the footer . Make sure to add an opening tag and closing tag for the anchor (a ) element.

please post all your html here please

only 1 line of code for step 64. I tried incognito mode on browser too because someone on here said it might accept it if I do but not working

why is that line 1? where is the rest of the code???

It does that on this and only has 1 single line

Buddy , Here You no need to write footer tag kindly remove tag,

And all set then !!

That’s impossible, the starting code of one step is always the final code from previous step. please reset the step to its starting code, and try again

if I dont then it tells me this…
Your anchor (a ) element should be nested within the p element inside the footer . Make sure to add an opening tag and closing tag for the anchor (a ) element.

Try it yourself if you don’t believe me

The footer already exists, opening tag on line 53, closing tag on line 55. Do not add a second footer

that’s what it does to me. 1 single line code

that’s not the starting code, reset the step. Without correct code you are not going to pass

Please dude , As per the advice of @ILM please do remove the 2nd Footer and leave everything as it is !!

And then you will be able to pass this test !!

Hope you understand !!

I reset it and it does that to me. I tried. It only shows one line code. My step is bugged

Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5

or - Try the step in incognito or private mode.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

1 Like

using different browser worked

1 Like

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