Learn HTML by Building a Cat Photo App - Step 12

There should be an img element right after the closing </ul> tag.

  • cat nip
  • laser pointers
  • lasagna
img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate." i do not get the what the hint is saying
<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 </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 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

1 Like

Your problem does not fit the code you added or the link to the challenge.

Welcome to the community!

As @ooDanieloo stated, the code provided does not match the information in that you provided in your question. Please in the future use the Help for the step you are currently on to provide code and questions?

It appears you are on a different step, perhaps Step 22.

I suggest using

from below the <–Editable Region-- as an example of how to add the image after (below) the closing < /ul>

I hope this helps you!

Happy coding! :slight_smile:

1 Like

Hello,

My two cents :grinning:
I notice a missing closing anchor > after the text “cat photos”.

Happy coding! :grinning:

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