- A button displaying
I agree
- A heading displaying
Facebook
- A button displaying nothing
- There'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
.