The Button object represents a clickable button in an HTML form.
For each instance of an <input type="button"> tag in an HTML form, a Button object is created.
<input type="button"> is often used to activate a JavaScript when a user clicks on the button.
You can access a Button object by searching through the elements[] array of a form, or by using document.getElementById().
W3C: W3C Standard.
The Button object also supports the standard properties, methods, and events.
Your Query was successfully sent!