December 1999
Intermediate to advanced
95 pages
2h 34m
English
<button> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 • WebTV • Opera3
<button> ... </button>
Within a form, defines a “button” that functions similar
to buttons created with the <input> tag, but
allows for richer rendering possibilities. Buttons can contain
content such as text and images.
name=textAssigns the control name for the element.
value=textAssigns the initial value to the button.
type=submit|reset|buttonIdentifies the type of button: submit button (default value), a reset button, or a custom button (used with JavaScript), respectively.
Read now
Unlock full access