|
n this tutorial we are going to make a simple form, by using the <form> tag, which indicates that its contents is an interactive form that contains controls. The <form>
tag also requires an end tag. A form is made of one or more checkboxes,
pull-down menus, input boxes, image maps and clickable buttons. With
that, said forms are a great way to collect information from visitors.
If you have ever ordered anything online you have probably used a form
to enter your shipping information and payment information. If you ever
filled out a guest book online you have probably used a form, these are
just some of the examples of what forms are used for.
|