Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

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

<!-- User Editable Region -->

      <p>See more cat photos in our gallery, <a 
      href="https://freecatphotoapp.com">cat photos</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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Welcome to the community! It is good to post the problem information along with the code. This allows people in the community an opportunity to respond effectively and quickly.

Here is an example of how the finished step should appear (only with the lesson information, not the example text).

Example.

< opening element>Click here to go to < a href=“https://www.freecodecamp.org”> freeCodeCamp.org< /a> is a link with the text click here to go to freeCodeCamp.org. < /closing element>

Hope this helps you.
Happy coding! :slight_smile: