What is the parent element of the anchor element?
div
button
p
a
has no parent element
Make sure to pick
div
.
<html>
<body>
<button> Sign up </button>
<p> or Log in with:
<div>
<a href="http://facebook.com">Facebook</a>
</div>
</body>
</html>]]>