Hello!!
Could someone help me, what am I doing wrong in step 14, in this code, that is not letting me execute it?
my code:
<p>Everyone loves cute cats online!<a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a</p>
my problem:
The text of the p element should still be Everyone loves cute cats online!.
It is best to post your actual code and a link to the step instead of a picture. Thanks
Hi there!
Post your code here in your next reply, using three back ticks (```)
on separate line before and after your code block.
You need to add anchor opening and closing tags around the existing words cute cats
that you have between your paragraph opening and closing tags.