

| HOME BASIC TUTORIAL What is Html? Sample Web Page Basic Tags Character Entities Html Links Frames Tables Lists Forms Images Backgrounds APPENDIX Html Tag List | Forms and Input An html form is used to select a kind of user input. A form is an area that can contain form elements. These elements allow the user to enter information in a form. The <form> tag defines a form. TEXT FIELDS Text fields are used when you want the user to type in something on a form.
RADIO BUTTONS Radio buttons are used when you want the user to select one of a limited number of choices.
CHECKBOXES You should use a checkbox when you want the user to select one or more of a limited number of choices.
SUBMIT BUTTONS To create a Submit button, use an action attribute. When the user clicks on the button, the contents of the form are sent to another file. The forms action attribute defines the name of the file, and the defined file usually does something with the input.
To see what some forms would look like, click here. To learn how to create html images, click next. |
Much of what I learned to create this tutorial I found on www.w3schools.com.
Back to Top
Lewisville Middle School-2003