<p a href="https://www.freecodecamp.org ">Visit our website</p> This is right <p> <a href="https://www.freecodecamp.org">Visit our websitea</a></p>

Tell us what’s happening:

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36

Challenge: Step 65

Link to the challenge:

it wants you to make a paragraph that links to freecodecamp
just a quick refresher heres an example

<a href="https://www.facebook.com"> <img src="SexyPlaystation5.jpg" /> </a>

notice how my image element is wrapped in my <a> tag… how would you use a paragraph instead of a image???

1 Like

Ok you’re confused by the word nest. if i said nest a (p) element inside (header) element that means:
(header) (p)(/p) (/header)

it doesnt mean :
(header p) (/header) THATS WRONG

so its saying nest an (a) inside (p)Visit our website(/p).
make sure to make the (a) element inside the (p) but the text (visit our website) wrapped inside the (a)

i wrote () instead of <> so my text wont turn into a code

2 Likes

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