Build a Cat Photo App - Step 14

Tell us what’s happening:

It keeps saying the anchor text should be cute cats after that it says cute cats can’t appear twice. I have tried all my possible best and at this point I am stuck. I am begginer working with HTML. What do i do please? Cam someone please tell me what to do or what i can do to pass that level.

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

Challenge Information:

Build a Cat Photo App - Step 14
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-14[quote=“9mkq47cqq7, post:1, topic:721981, full:true”]
Tell us what’s happening:
Describe your issue in detail here.
So tell me whats wrong with first

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!<a href= "https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg."> cute cats. </a> </p>
      <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 mobile information:

iPhone - iOS17.6.1

Challenge: Learn HTML by Building a Cat Photo App - Step 14

Link to the challenge:

[/quote]

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

If you look at the website preview section, you can see cute cats twice, right?

You need to make the “cute cats” in the middle of the sentence into a link.

Don’t add a new link at the end.