Create a button displaying I don't agree.

<html>
<body>
<h4>Terms of Service</h4>
<p>By clicking agree, you agree to commiting to learning how to code.</p>
<button>I agree</button>
<button>I don't agree</button>
</body>
</html>]]>

Make sure to spell button.