FORMS:   

Forms provide one way to interact with the users of a website. They allow you to collect users responses to questions or gather information from users. Common uses for forms include:

surveys            order forms            search boxes

Forms require two components:

  1. HTML source code describing the form - surrounded by a <form> tag
  2. An application or a script to process the information that users enter in the form fields created by the HTML

Many different tags facilitate the creation of Forms. Each of the links below defines a specific tag, provides code for instructive purposes, and links to an example of a form using that tag.

Once you have reviewed the information on forms do the Skill Drill.