<button> is an opening tag. It tells the web browser we want to start displaying a button.
<button>
Make sure to pick <, followed by button, and finally >.
<
button
>