The <button> Tag in HTML 5

The <button> tag creates a button. It is one of the tags for interactive content in HTML and is often used in an HTML form but can also be used as a standalone element. If it is not disabled, it will be a clickable button, which can send a GET or POST request to a server or perform a client-side action in JavaScript.

Blinking Buttons


Animated Buttons

These are actual working examples of the <button> tag example code below.