Step 12 Turning "cat photos" into a link

This is what I put in attempts in completing the step and I’m wrong every time. I am totally confused.

<p>Click here to view more cat photos. <a href="https://catphotos.com">cat photos</a></p>

Is anyone able to help me with this step? I am so confused, I created a topic and would really like some assistance because I have no idea what I am doing wrong. it seems like I am doing the problem right but then the results say otherwise.

Can you give a challenge link?

Also, it looks like you have cat photos twice.

Once here

and again here

Have you tried removing the first cat photos text?

1 Like

You might also try adding the <a element as part of the original sentence rather than adding it after the sentence.

the one after the anchor or the one that says “Click here to view more cat photos.”?

add the <a before the “Click here for more cat photos”?

1 Like

Remove the one cat photos text here

You want this result to display on the page
Screen Shot 2022-05-12 at 5.10.51 PM

Also, it looks like you accidently changed the href value.

When I look at the challenge this is the href listed.

href="https://freecatphotoapp.com"

not this

Hope that helps!

I tried it, i changed the href. I still got it wrong, I am very new at this but I’m not sure I’m grasping what I should be doing. This is what I did and I’m still not passing.

You are really close to solving it.

The first thing you want to do is remove cat photos from this line here

Then in this line here you want to double check and make sure that you have the correct href value

Here is the correct anchor tag provided for you in the lesson.

<a href="https://freecatphotoapp.com">cat photos</a>

Once I change those two things in your code, then it passes for me.

Hope that helps!

1 Like

ok i will try again with the help you have provided

1 Like

IT WORKED!!! Thank you for your help!!!

1 Like

Glad you figured it out
Happy to help :slight_smile:

A post was split to a new topic: Need help in solving step 12 of Responsive web design course

Click here to view more cat photos.

try this

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