Build a Cat Photo App - Step 14

Tell us what’s happening:

They having same sentence in the

element and element

Your code so far

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

<!-- User Editable Region -->

      <p><a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a>everyone loves 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

Welcome to the forum @sudhirsurya0143

You altered the text in the paragraph element.

For this step do not add new text, only the anchor element.
Please reset the step to restore the seed code and try again.

Happy coding

1 Like

Thanks for the clarification, Teller. I was also a bit confused about this step. Good to know we’re only supposed to add the <a> element without changing the original paragraph text. I’ll reset and try again.