Forms
Now that we have learned about line separators, character style tags,
special characters, lists, links, images and tables, let's look at forms
within HTML. Forms permit interactivity; the user can input information.
Forms are commonly used for questionnaires, order forms, data entry, and a
wide variety of other applications. In this chapter we will learn about:
- the <FORM> tag.
- different methods of form input
- text
- textarea
- checkbox
- hidden
- password
- radio
- reset
- select
- submit
Not all servers support forms, but let's continue, and learn about forms by
starting with the <FORM> tag.