|
Forms are HTML pages which use a number
of user interface widgets to get input from the user in order to
build the HTTP request
The user interface widgets offered by
HTML are:
- Text Fields
- Password Fields
- Text Areas
- Radio Buttons
- Check Buttons
- Select Lists
- Submit and Rest Buttons
- Image Selections
- Hidden Fields
- File Uploads
Let's look at how each of these widgets
are implemented.
|