Help me in step 12

Tell us what’s happening:
Describe your issue in detail here.
I don’t know how to do step 12. Could you all help me?

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p> Clich here to see cat photos </p> <a href="https://cat photos.com">cat photos</a>
    <a href="https://freecatphotoapp.com">cat photos</a>
    <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/98.0.4758.102 Safari/537.36

Challenge: Step 12

Link to the challenge:

I’d like to help. Could you please post the message you’re getting?

1 Like

Hey friend. The error is in this section. You have double “cat photos”

You need to detele one of them and nest in to the <p>

The text will be:

Click here to view more cat photos

So you need to fix it and link “cat photos” with the <a>

1 Like

I tried but it didnt work

First thing I noticed is a space in the url between the words 'cat and photo’s. Can’t have a space.
Get rid of that and test again.
Will probably get new message on getting rid of second link.

Now, you need to replace the text “cat photos” in the <p> with the all tag <a>

Try it and tell me

Can you write all that like I need to remove anything in this case?

huhu I’m a newbie actually this is a firstime I find out about Coding. so it’s so hard to do

Don’t worry. Because we’re here to help you!

1 Like

Cut the line 8 and paste it replacing the text “cat photos” in the line 7

1 Like

I got it. thank you so much

A little experience and you will succeed. Good luck.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.