Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
Describe your issue in detail here.
hi everyone. nice being here. I would be needing your help, pls
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
      <img src="https://cdn.freecodecamp.com/curriculum/cat-photo-app/relaxing-cat.jpg" src="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/107.0.0.0 Safari/537.36

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

Link to the challenge:

Hello and welcome to the forum.
You are supossed to add an opening anchor tag before the img tag and a closing anchor tag after the img tag.
You don’t have to change the code inside the img tag, which you have changed. So kindly reset the challenge and perform the steps which I have mentioned above.

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