Build a Cat Photo App - Step 10

Tell us what’s happening:

I don’t understand this one at all I have tried and I am not getting 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>Everyone loves cute cats online!</p>
    <a href="https://www.freecodecamp.org"></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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 10

You should be using the href in the instructions, not in the example.

so I should take the href out?
I don’t think I understood because I got nothing with taking the href out

ohhh okay I understand, wow!!

The href in the instructions is https://freecatphotoapp.com. That is not what your anchor tag is linking to.

1 Like

thank yo so much they both kind of were looking the same