Learn HTML by Building a Cat Photo App - Step 13

Tell us what’s happening:

how do you do this can some one help me i dont know whats wrong with it

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

    <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos<> in our gallery.<>
      <a href="https://freecatphotoapp.com">link to cat pictures<>

<!-- 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.">
    </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/116.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 13

Hello there!
You have modified code that you were not supposed to touch. Reset your step. Then delete the second a element that is after your p element.
Delete this one: <a href="https://freecatphotoapp.com">link to cat pictures</a>
Then click the ‘check your code’ button.

1 Like