
You will learn how to put forms on your Web page to accept input from the user, as in the above illustration.
However, be aware that your forms will not work until they are linked to cgi scripts on a Web server. In other words, the forms you create in class are "dummies." To make them functional, you need a "live," online server to host your page, and you need to work with a programmer to write scripts to accept the input from a user, then process the input (e.g. enter it into a database).
- Online Resources
- HTML Forms and Input from www.w3schools.org
- HTML forms from tizag.com
- So, You Want A Form, Huh? from htmlgoodies.com
- Form tutorial from pagetutor.com
- HTML Form Tags Examples - see and try the various kinds of HTML forms
- Forms in HTML documents - everything there is to know about HTML forms from the top authority on HTML - for advanced uses