Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:
So the instructions say"it should be only one “cute cats” in your phrase, but it also said that "the p element should be ‘Everyone love cute cats online’ " so how do I pass this step?

Your code so far

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

CPH2529 - Android 15 - Android SDK 35

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

Link to the challenge:

in the last few steps you created this, you can use this as an example. Note that the p element has the text See more cat photos in our gallery. and the text cat photos links to an url

You did not put the anchor element around the phrase cute cats here.

Sorry, I still don’t understand

Can you say what you don’t understand specifically?

I still don’t get it how it kept saying " it should be only one ‘cute cats’ phrase in your code" meanwhile it kept saying that I cannot change the text in p element

Did you read what I typed here? Is there something about what I said that I can clarify?

So where should I put the “cute cats”

What do you mean by “not putting it around here”

Eumm, I’m going to go to sleep now so I will reply your message you tomorrow. Thank you so much

I did not say “not putting it around here”.

You should not type “cute cats” again. The phrase “cute cats” is already in the starting code and must not be typed out again.

Ooohhhh, now I understand what you mean, thank you so much for your help. Have a nice day​:hugs::hugs:

1 Like