Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

The question is in the p tag there is the sentence"See more cat photos in our gallery" to make the words “cat photos” as a link.
I have tried all possible solutions but still, the same error is showing repeatedly,
see the error “The link’s text should be cat photos. You have either omitted the text or have a typo.”
and see my solution “

See more cat photos in our gallery.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      
      <h2><a href="https://freecatphotoapp.com">Cat Photos</h2>
      
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-122024-07-09T18:30:00Z

1 Like

this is working for me. I suggest you click the reset button in case you changed something in the code by mistake and then retry this step.
(p.s. welcome to the forum!)

1 Like

yea thanks @hbar1st able to find the flows