Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
step 12 : Sorry, your code does not pass. Hang in there. please suggest what’s there to hang

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

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

Link to the challenge:

I got the solution here

:smile: I am not sure if you were trying to be funny, but your question is making me smile…

“Hang in there” is just a phrase that means to keep trying and not give up. So the hints are just trying to encourage you. :+1:t3:

So back to the html, can you tell me what you were trying to do?

This should be the way

Click here to view more cat photos

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