To create a button users can click on, we need the opening <button> and closing </button> tags.
<button>
</button>
Make sure to pick <button>, followed by </button>.