Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

my step 14 anchor text is not being passed, what can be the issue? How can i write cute cats as the ancor text?

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="cute cats.">cute cats.</a> cute cats online!</p>

<!-- 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

Hi @apphiah,

in the href="" apply the link provided in the instruction. also, there should only be one instance of cute cats, it seems you duplicated it, remove the excess cute cats text outside the a end tag. remove also the . after the cute cats.

2 Likes

thank you
i have been able to pass the code

2 Likes

please do not create multiple topics for the same step

2 Likes

that’s greaat!! keep up the good work!! :muscle:t2:

2 Likes