Learn HTML by Building a Cat Photo App - Step 14

Hello guys. Sorry that the_blank topic already does exist here, but it’s been already 2 hours I can’t understand why I can’t pass with my “_blank” target. I copy and pasted that multiple times also try to put right next to <a target=“blank” and in the end like it looks below. I googled, I check the page source how the code should look in the end but I stuck and you are the only hope to point me at my mistake. Thank you!

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 <a href="https://freecatphotoapp.com" target=> cat photos</a>.</p>
      <p>Click here to view more <a href="https://freecatphotoapp.com" target="_blank">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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

The bottom line is correct. Delete the top line.

OMG thank you so much! The mystery of the day is solved

1 Like

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