Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

idk what do to it is like a eror. can you help me?

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 <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"> cute cats </a>online! <a>

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
      <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/132.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

Can you say more about how your stuck figuring out what is wrong?

I would check all of the spaces in the code. You added extra spaces.

its saying The anchor text should be cute cats .

Ok. And how are you stuck verifying that only those 8 letters and 1 space are the anchor text?

idk what do to. so its keep saying that. so can you gelp me?

and i dont know what the anchortext

Step 11 taught you what anchor text is. I would look back at that step.