In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a ) tags around these words. how? i dont understand
To turn the words âcat photosâ into a link to https://freecatphotoapp.com, you can add opening and closing anchor (<a> ) tags around the text (cat photos).
Welcome to the community!
Please post your code for us so we can see what you have tried to do for the step? This way it will help us to guide you to the solution for the problems.
It is asking that only the two words âcat photosâ be anchored within the statement in the p element. Do not remove anything, nor change anything else. Just add the anchor on each side of those two words.
I hope this helps you.
Happy coding!
Hi!
Have you tried to solve the lesson? Itâs always good to give it a go even if youâre not sure of the instructions. Sometimes that can even help you figure them out.
If youâve tried to solve the lesson, and you still canât pass it, please share your code here so it can be checked and we can find out what you need to change.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.