Forms

Section 1 - Introduction
Section 2 - Basics
Section 3 - Next Level
Section 4 - Advanced
      Fancy Lists
      Forms
         How forms are sent
         Input field
         Buttons
         Input types
         Fieldset
         For more help...
         You try it
      Advanced Tables
      Frames
      Style Sheets
      Image Maps
Section 5 - Publishing
Section 6 - Extras
Appendices
Ready to learn about forms?
Yes!
Not yet.
I just wanted to try this button

This is not a complete tutorial on forms, but it will be a useful start. It will get you through the steps on how to make a basic form. Although you won't be able to make a form do tricks like mine does yet, you will in time. And it starts with your first form tags.

<form> and </form>

That's all you need to make a form, truthfully. But as you can guess, forms are going to get a bit more complicated. There is much to learn, and it won't be easy to learn all at once. Be patient, go at a comfortable pace, and enjoy the freedoms found in forms.

Back Home Forward