|
|
The Basics of Web Forms
The Basics of Web Forms.
Whenever you want people to enter data and send it to you, you need a web form. Whether the data is as simple as a username and password or as complicated as a full address form, the basic principles remain the same.
The Tags.
Form tags have always been a troublesome part of HTML, simply because they're not often used and require you to memorise a lot of words, depending on what kind of input boxes you want on your form.
To set up a form, you need to have a form tag with a method and an action, like this:
|