Name
Button
Description
Creates a command button. The difference between the button created
with the INPUT tag is that you can put page content into
this button.
Attributes
DISABLED
Disables the button.
NAME
Specifies the name for the button so that it can be identified by a form.
TYPE
| Type |
Meaning |
| button |
A standard button |
| reset |
Resets the contents of a form |
| submit |
Submits the contents of a form |
VALUE
Specifies the internal value of the button.
Related Tags
The BUTTON tag is useful when used within the FORM tag.
Example
Code
<button disabled>Circle button:<br><img src="area2.gif"></button>
Generates
© Martin Allen 1999 - 2006. Last updated Tuesday 21 November 2006 09:52:19 PM -0000.
|