STEP 14 of Building a Responsive Website

for the past 3.5 hours I have been stuck on the following step.

Step 14

I the statement: Everyone loves cute cats online. I am asked to do the following.

Turn the existing text cute cats into an anchor element that links to:

https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpgI have tried so many configurations but to no avail. I do not (to my knowledge) have the ability to retrieve all of my attempts so I could post them here but I will try to do some from memory.

1 attempt that I thought was correct was:

 <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"> cute cats</a> online</p>

But I was told the the complete sentence needed to remain in it’s complete state.

I wish I could retrieve all of my attempts to provide a better picture of what I have done.

My next question is how will I know if anyone responds to this post. Today is my first day using this site.

Thank you in advance for any feedback.

John McCorsley

Your personal information has been removed from this post. Sharing personal information like your phone number, email, legal name and exact location online is unsafe.

It can be scraped by malicious actors to use against you, so please think carefully about what information you share.

Welcome back to the forum @jmccorsley

The text of the p element should still be Everyone loves cute cats online! .

The exclamation mark is missing from the end of the sentence.

Happy coding

I can’t believe I missed that exclamation mark. I have been working on this for going on 4 hours now. I want you to know you have relieved a lot of stress from this 72 year old who is trying to learn something new to get a job. THANK YOU!!! I added the ! and got the thumbs up! Again, Thank you!

1 Like