Forms
List of Form Elements
Input Form Elements
Text
A text input field.
A password input field.
There's hidden input here. Use
View / Page Source
to see the HTML source code. to see it.
Radio Buttons
Try clicking this button,
and this button,
and this button, all at once.
Check Boxes
Czech Republic
Czech In
Czech Out
Czech Both Ways
Buttons
A
that does nothing.
A
button (ACTION specifies reloading this page).
A
button (resets all of the above elements to default values).
Select Form Elements
A SELECT box of SIZE="3":
ONE
TWO
THREE
A SELECT box of with no SIZE specified:
ONE
TWO
THREE
A
button (resets the select elements to default values).
Textarea Form Element
A textarea input field, with 3 rows and 40 columns.
A
button (resets the textarea to default values).
Return to the
Workshop Index
.
Copyright
© 1998-2000 by Brian M. Tissue, all rights reserved.