Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:

I don’t know what i am doing wrong here i am stuck.
Can someone tell what’s wrong with my code?

Your code so far

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

<!-- User Editable Region -->

      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
   <a href="https://Freecatphotoapp.com">   
      <img src=""https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"  alt="A cute orange cat lying on its back.">
      </a>

<!-- 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/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 15

Welcome to our community!

This is not a valid URL address.

Put only one double quote character before the https…

Don’t leave blank spaces between the opening anchor tag <a> and the ‘img’ tag.

Reset step.

1 Like

Hey Buddy , See How you just convert Your p tag word cat photos into an link.

You Can check and do experiment Like that, if still you face any issue, kindly let me know.

Hope You Understand.

1 Like