To create a button users can click on, we need the opening <button> and closing </button> tags.

<html>
<body>
<p>Subscribe to our Newsletter</p>
<button>Subscribe</button>
</body>
</html>]]>

Make sure to pick <button>, followed by </button>.