Beginners Guide to HTML Part 2
Written By: Kevin Jordan
- 30 Mar 2006 -
Description: This tutorial is designed for beginners who are just starting on the path to learning web programming. We'll start by describing the parts that every HTML document has and then move all the way through tables and forms.
Forms
Forms are used anytime you want to retrieve information from your users. As you get further into making web application rather than just web sites, forms will become invaluable.
The user can input data in a number or ways: text fields, password fields, radio buttons, check boxes, dropdown, and text areas. We'll also learn to create submit and clear buttons.
All forms start out with the