September 2001
Intermediate to advanced
640 pages
31h 42m
English
<button> — NN 6 MSIE 4, 5.5, 6 HTML 4.01
<button> ... </button>
Defines a “button” that functions similarly to buttons
created with the input tag but allows for richer
rendering possibilities. Buttons can contain content such as text and
images (but not imagemaps).
name=
text
Required. Assigns the control name for the element.
value=
text
Assigns the value to the button control. The behavior of the button
is determined by the type attribute.
type=submit|reset|button
Identifies the type of button: submit button (the default type), reset button, or custom button (used with JavaScript), respectively.
Read now
Unlock full access