Learn HTML by Building a Cat Photo App - Step 12

**im nesting an a element inside p element but getting something wrongTell

see more cat photos.

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

<!-- User Editable Region -->

      <p>see more <a href="https://freecatphotoapp.com">cat photos.</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</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/115.0.0.0 Safari/537.36 OPR/101.0.0.0

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

Link to the challenge:

See needs to be capitalized. You also deleted the end of the sentence here. I would suggest resetting the lesson and make sure the only change you make is adding the link around “cat photos”

1 Like

oh thank you so much. my internet was down so sorry for the late reply

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