PHP Form Push Button
Description
A push button doesn't do anything by default when it's clicked, but you can make such buttons trigger various events in the browser using JavaScript.
The value attribute specifies the text label to display in the button:
<label for="pushButton">A push button</label>
<input type="button" name="pushButton" id="pushButton" value="Click Me" />