Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Keep getting this error message, can’t see what I am doing wrong

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>
      <a href="https://freecatphotoapp.com">See more cat photos in our gallery</a>

<!-- 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/116.0.0.0 Safari/537.36

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

Link to the challenge:

See more cat photos in our gallery.

link to cat pictures

reset the lesson and try again

I know you are new here (or maybe not quite new) so this is just some friendly advice. We don’t post full code working solutions in here. We try to guide and help people to find the solution for themselves.

I appreciate your advice and guidance
I apologize if I provided too much detail in my previous response

No worries. You aren’t the only one to do this and you won’t be the last :slight_smile: I’m not sure it’s even clearly spelled out anywhere. It might be more of an unwritten rule.

Anyway, keep on helping people here.

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