Button
Tag: <button>
The button tag defines a button in a form.
Inside the opening tag is placed the attribute for the type of button.
There are three types of button, button, reset, and submit.
The button text is placed between the opening and closing tags.
The button is closed with the closing tag </button>