Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:

Im supposed to insert text “cat photos” In anchor’s opening tags, and closing tags, this is what I did, it even works on preview, but it doesn’t let me go forward, no matter what I tried

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
      <a href="https://freecatphotoapp.com"></a>
      <a href="https://freecatphotoapp.com"></a>

<!-- User Editable Region -->

      <a href="https://freecatphotoapp.com">cat photos</a>

<!-- 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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 11

You have added code here which means it won’t pass

<a href="https://freecatphotoapp.com"></a>
      <a href="https://freecatphotoapp.com"></a>

Reset the step to get your code back and only add what was asked in the instructions.

1 Like