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.jpg
I 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