Forms
Home

Alignment

BG Color/Image

Forms

Graphics

Javascript(Pop-Ups)

Links

Paragraphs

Tables/Frames

Text Boxes

Text Effects

Text Properties


Type bracket (<) FORM METHOD=method where method is either GET or POST (GET is to get info, POST is to post it). Type ACTION="script.url" where script.url is the location on the server of the CGI script that will run when the form is submitted. End bracket (>). Create the forms contents (see Text Boxes). Type bracket (<) /FORM end bracket (>). Example:

(FORM METHOD=GET ACTION="script.url") This is My Form (/FORM)

Note: This is more complicated HTML than some. I cannot help you on the ways of CGI, so if you would like to make a form you need to find out. I'm sorry i can't help you there. I suggest that for beginners, you skip the forms.