What does this code display?

A button displaying I agreeA heading displaying FacebookA button displaying nothingThere's something wrong with this code<html>
<body>
<h4>Terms of Service</h4>
<p>By clicking agree, you agree to committing to learning how to code.</p>
<button>I agree</button>
</body>
</html>]]>

A button displaying I agree.