Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

HI all i am trying to finish off step 14 but i get this message// running tests

  1. There should be a new anchor element in the first p element.
  2. The anchor text should be cute cats.
  3. The href attribute of the new anchor element should be https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg.
  4. There should only be one instance of the phrase cute cats in your code.
    // tests completed
    so i am not sure what i need to change or add to get step 14 done please help. thank you

Your code so far

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

<!-- User Editable Region -->

  <a> cute cats <p>Everyone loves cute cats online!</p> </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 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

hello and welcome to fcc forum :slight_smile:

  • texts are not right, work with what was given in begining of this step
  • turn “cute cats” into an “anchor tag” with that “url”

i would say to restart this step and try again, happy coding :slight_smile:

1 Like

do you remember this that you were building in the last few steps?
you need to do something similar now

1 Like