Chapter 6: Creating and Using HTML Forms
I am sure you have seen
HTML forms before. Whenever you enter
information on a Web page, such as registering for an online news service
or entering your address and credit card information for a purchase, you
are almost always using an HTML form. When you need to gather
information from your Websites visitors, you'll need to create a Web page
that uses a form. This chapter shows you how.
Chapter Contents
- Form Fundamentals
- An Easier Way
- The <form> Tag
- Forms and Tables
- Form Elements
- Specifying the Form Destination
- Script Languages
- Server-Side Script Resources
- Summary