PageTutor.com - HTML Tutorials

Form Tutor by Joe Barta
pagetutor.com
Also available: Table Tutor, Frames Tutor and for the novice - So, you want to make a Web Page!
This tutorial is one in a series of PageTutor tutorials and is also available for download as a zip file. Learn in the comfort and privacy of your own home. No salesman will visit.

Print version now available - Get the PageTutor book & Companion CD! - Comes with lots of good stuff... NoteTab Pro discount, hosting discount, tutorials, tons of free clipart, etc. Javascript Tutor book also available.

Hello. My name is Joe and I'm going to show you how to add interactivity to your web documents by way of the <form> tag. With the form tag you can add to your web pages a guestbook, order forms, surveys, get feedback or whatever.

The basic construction of a HTML form is this...

  <form>    begin a form
  <input>   ask for information in one of several different ways...
  <input>   ...there can be as many input areas as you wish
  </form>   end a form

That's HTML forms in a nutshell. You are now ready to make some forms! Now's a good time to stress that if you want to learn how to make quality html documents, then you would be well served to take the time to teach yourself the tags. If you rely on the so-called "form wizards" in the "easy as pie html editors" out there, you will have greatly limited flexibilty, and the end result may not be what you are trying to achieve. In my opinion the best html editors to use are text based editors or just plain text editors. I use NoteTab Pro... easily one of the most powerful text editors on the planet (and probably a few other planets as well ;-)

And while you're at it, grab yourself a copy of the Firefox web browser. It's free and it has some very useful tools for the web developer. I use it all the time and enthusiastically recommend it.

Although this tutorial is not "optimised" for any particular browser, things may be rendered a little differently depending on your browser of choice.

         NEXT >>
pagetutor.com

www.winfiles.com

"Live as if you were to die tomorrow. Learn as if you were to live forever."
- Mahatma Gandhi