Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:

i don’t understand i tried a lot but i don’t solve it

Your 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>

<!-- User Editable Region -->

   

<!-- User Editable Region -->

    </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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 15

Hi and welcome to the forum.

This step wants you to turn an img element into a link.
That means when you are done you should be able to click on the image and it will take you somewhere else.

I suggest you click the reset button to restore the step code back to its initial state. Then add your anchor tags around the img element in the editor as they requested.

1 Like