button | Defines a clickable button (mostly used with a JavaScript to activate a script) |
A push button that activates a JavaScript function when it is clicked.
The <input type="button">
defines a clickable button (mostly used with a JavaScript to activate a script).
The numbers in the table specify the first browser version that fully supports the element.
<input type="button">
Example:
HTML
<input type="button" value="Click me" onclick="msg()">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |