Learn HTML by Building a Cat Photo App - Step 13 - zkBQMbhs2A6r-2xKGwgHf

Tell us what’s happening:
Hi, I’ve been stuck in this challenge for days now. Can anyone help me with what I’m missing?

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p><a_blank Click here to view more <a href="https://freecatphotoapp.com"><a 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/103.0.0.0 Safari/537.36

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

Link to the challenge:

Try this:

      <p>Click here to view more <a href="https://freecatphotoapp.com" target="_blank">cat photos</a>.</p>

Hey,
Your explanation is cool, but consider this:
In this community it is not considered the best practice to provide direct answers like this

When helping others,
Try to provide some hints, or similar examples, or maybe links on relevant sources like MDN

Thank you, i was close to giving up

Thank you very much, i’ll keep that in mind too

Alright, will do next time!

1 Like

No worries. I was stuck there but just googled it so couldn’t really explain as I don’t have a full grasp on it yet.

1 Like

Hi, please can you provide some hints on how to solve this challenge, because I’m still stuck on it.

I shared the correct code for the challenge already. Check character by character, there must be a small bug in your code unless you’ve copy-pasted it directly.

Thank you, i will do just that

1 Like

Thanks, it worked just fine

1 Like

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