<footer>
<p a href="https://www.freecodecamp.org">Visit our website</a></p>
</footer>
Problem Statement: Inside the footer , add a p element. Then, nest an anchor (a ) element in the p that links to https://www.freecodecamp.org and has the text Visit our website .
Your first solution is more closer than the second one.
The opening tag of the p element does not have the closing > which should come before the anchor element. Also dont forget to open the <a> element properly with the < bracket