Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

in the text of your P element, turn the words cat photos into a link by adding A element opening & closing anchors tags around the words. Then put href attribute. that is what is blowing my mind along with trying to figure out what order to put everything in as well. PLEASE SOMEONE EXPLAIN THIS TO ME IN A WAY ILL UNDERSTAND!

Your code so far:

Im beyond confused right now i did fine on my lessons before #12 but now im completely stumped and have been for 2 hours. I realize that my P element text goes first:

then once i finish that i need to close it like this:

. Then i know my A element goes next followed by the closing tag but then when it starts to ask how to input the, “link to cat pictures” I GET BEYOND CONFUSED!!! PLEASE SOMEONE HELP EXPLAIN THIS TO ME IN A WAY I CAN COMPREHEND.

1 Like

Welcome to the community @nicolemazur0420 !

I suggest using the great example provided in this lesson as an example on how to add the anchor while not changing anything else within the p element statement.

It is important to not add anything, except the anchor as shown in the example.

Delete, not add extra spaces, or delete spaces.

Make sure to use the href and value in the instructions, not the ones used in the example.

Hopefully, this will help you to move on.

Happy coding! :sun_with_face:

1 Like

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