Learn HTML by Building a Cat Photo App - Step 15

WHAT SHOULD I ADD/DELETE TO MAKE IT WORK?
My code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
   <a href= "# ><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a

<a href="https://freecatphotoapp.com"></a><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a

Please add a link to the challenge

Might need to go ahead and reset the lesson. You should not be adding a new img and everything at the bottom. You need to just add the link around the existing img the challenge gives you. The code at the bottom is the closest to be correct, so I would use that as an example when re-doing the challenge, but there is still something wrong with it

1 Like

It worked, thank you!

1 Like

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