"Fossies" - the Fresh Open Source Software archive

Member "tutor/forms/index.html" of archive webtut41.zip:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

Form Tutor v 4.1 by Joe Barta
Professional Web Design
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 WebTutor 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.

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. A few good ones that come to mind are listed here. These editors will make your html coding easier. They don't attempt to do it for you.

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

         NEXT >>