Review Questions
Do Review Questions 1-2.
5.2 Creating Forms
This section explores the main elements found on HTML forms. This is done in a manner matching the way
many people develop forms — a little bit at a time. The discussion of each form element involves both reading
from your textbook as well as a practical activity. (Some of the activities will take considerable time.) You may
prefer to postpone doing Activities 1-7 until you have reached the end of the section on submit and reset buttons.
5.2.1 Starting a Form
All forms start with the . All other form objects go between these two
tags.
The form tag has two main properties: METHOD and ACTION.
METHOD refers to post or get. The post attribute will send the information from the form as a text document.
The get attribute is used mostly with search engines, and will not be discussed. We will generally set
Do'stlaringiz bilan baham: |