Nest an anchor element with paragraph


How to do

Hi @Peter456 ,

You already have an <a> tag (anchor tag). Create a <p> tag (opening and closing tag) and place these <a> tag inside <p> tag.

That’s how you nest an element inside another element.

I hope it helps.

Hi @Peter456 !

Welcome to the forum!

In the future,

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Thanks for the help it works

1 Like

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