Learn HTML by Building a Cat Photo App - Step 15

I can’t seem to get past step 15… I’ve searched other forum threads about this, but haven’t been able to figure out what I am doing wrong. Would appreciate any help!

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>
      <a href="https://freecatphoto.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) 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:

This link is incorrect. Read the instructions carefully.

This url is not exactly right. I would copy the url you were given.

ahhh :woman_facepalming: It worked! Thanks!

2 Likes

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