BUTTON Tag
What It Does:
The BUTTON tag creates a button that can perform a function, follow a link, etc.
The Syntax:
<button>text on button</button>
- BUTTON is the name of the tag, and it is NOT self-closing.
- The BUTTON is new in HTML5 and is officially considered for a W3C standard.
- The BUTTON tag supports the typical default attributes, including ID and CLASS.