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>See more cat photos in our gallery.</p>
      <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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36

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

Link to the challenge:

Did you have a question? With the code you posted it looks like you havent attempted the challenge yet. It just looks like the initial code that you are given

Sure i have. Attempted it several times but still did not get it right

Hey!

Learning to describe the problem that you’re facing in detail is a very important skill to have in a developer. Please tell us the specific problem you’re facing so that other people on the forum can help you better.

Can you show your current code? The code you originally posted just shows the code the challenge gives you. We don’t see any of your own code that shows you attempted the challenge