Learn HTML by Building a Cat Photo App - Step 12

See more cat photos in our gallery.

link to cat pictures i have trying to insert an anchor as said but it keeps on saying my coding is 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><a>See more cat photos in our gallery.</p></a>
      <p><a href= "https://freecatphotoapp.com">link to cat pictures</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/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

nest your ‘cat photos’ text only

on which paragraph? the first one or the second one?

first one. Read the instructions slowly and carefully. You will find the answer in the example and in your second paragraph.

2 Likes

you have not only to nest the cat photos text in the first paragraph, but you have also to reverse the closing sequence of the

tags in the paragraph itself

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