This chapter covers the HTML forms elements. Forms let you build interactive Web pages that collect information from a user and process it on the Web server. You can use forms to gather information and create databases, or send customized responses to your users. Forms collect data but do not process data. The data processing must be performed on the Web server that hosts the form. Forms are the basis for online commerce. Without them users would not be able to enter customer address, credit card, and ordering information on the Web.
When you complete this chapter, you will be able to: