Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

i dont know what is wrong with my code in step 14

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/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

you need to use the existing words, not add more words

3 Likes

Hello and welcome to the forum community @faith.torkobel !

Good attempt!

Suggestion: Reset the step (it will not affect any previously completed steps) to remove an failed code.
Then, use the code below as a reference on how to turn the text cute cats into a link while it remains within the p element.

Remember this would have read

<p>See more cat photos in our gallery.</p>

before the anchor tags were added to it.

Please when an url is provided, assure that it is entered exactly as it is in the instructions? Copy and paste works okay, if you wish to do it that way.

Wishing you good progress on your coding journey. :slightly_smiling_face:

1 Like

Hey Buddy, Here you did great, but need to change a little.

Here first remove the extra space and this anchor tag.

And as you can see

<p>Everyone loves cute cats online!</p>

Here you have already the word cute cats . So you only need to convert that word only.

Hope You understand !

I’ve tried to do this but still not working. Step 14

CatPhotoApp

Cat Photos

Everyone loves cute cats online!. cute cats

See more cat photos in our gallery.

A cute orange cat lying on its back.

hi @onealnichole15 please open your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

I forget which part of the code is the element. Help?!

Hi there and welcome. Create your own topic to the challenge step using Help button. That button appears below the challenge editor, when you try to submit the wrong code more than three times.