Learn HTML by Building a Cat Photo App - Step 15

*I’ve been trying to get past step 15 for the last 25 mins and i think im close i just don’t know what im doing wrong at this point
I don’t know what the problem is right now that is why im asking :sweat_smile:.

<a href=“https://www.freecatphotoapp.com/” target=“_blank”

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
      <a href="https://www.freecatphotoapp.com/"</a> target="_blank"

<!-- User Editable Region -->

    </main>/
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

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

Link to the challenge:

You deleted the > at the end of this HTML tag. Every HTML tag must have both a < and a >

This is floating in outer space! HTML attributes go inside of opening HTML tags, like you did here: