Learn HTML by Building a Cat Photo App - Step 63

the “p” element content apear an error and dont know why even if i respected the challenge conditions

<html>
<body>
  <h1>CatPhotoApp</h1>
<footer>
   <p>


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

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

Link to the challenge:

it seems you wrote again freeCodeCamp.org when you need to turn the existing text freeCodeCamp.org into a link

yes I have a same problem. My code is

Hello, it seems you have not followed the instruction promptly. let your paragraph indicate the Click here comment then nest the comment to avoid repetition of the “cat photos”

yeah, well, you deleted the footer content.

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

"html

No Copyright - freeCodeCamp.org

""html

Me also same kind of problem

hey @asma.kh and @jesuspunitha22

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Make sure there is a space between the hyphen and the opening tag of the anchor element

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