Learn HTML by Building a Cat Photo App - Step 12 ( what am i doing wrong here)

Tell us what’s happening:
WHAT EXACTLY AM I DOING WRONG HERE ( please help :confused: )
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>Click here to view more<a href="https://freecatphotoapp.com"> Cat photos </a></p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203

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

Link to the challenge:

cat is not with capital letter. also, there should be no space between text and tags.

In addition to the above it also looks like you tried copying an old answer “Click here to view more” is no longer apart of this challenge. You need to reset the challenge and use the correct text that the challenge gave you

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