Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
Describe your issue in detail here.
Ive turned the picture into a link and im not sure why its not working. I also dont know if im supposed to be using the target attribute because it didnt specify whether or not they wanted the picture to be opened in a new tab. Please help lol

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://freecatphotoapp.com"</a><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/108.0.0.0 Safari/537.36 Edg/108.0.1462.54

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

Link to the challenge:

So i figured it out and it was something so simple. I had to delete the greater than sign at the very end of the sentence a cute cat lying on its back

that sounds incorrect. The test should not have allowed that code to pass.
Share the new code if you want to understand the correct way to do it.

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