Forms
Notice that regular HTML codes can be used to format text within the form!
Here is a simple text box using an "input" tag::
Here is a larger scrolling text box using the"textarea" tag:
Notice that you can add text to this box!
Here is how you can create "radio buttons":
Choice A Choice B
Even making menus like these are very easy using the "select" tag:!
First Choice Second Choice
Then you can add your form with a "submit" button:
Although you probably also want to include this reset button too:
Forms Tutor: http://junior.apk.net/~jbarta/tutor/forms/index.html
Netscape Developer Form Examples http://developer.netscape.com/docs/manuals/htmlguid/forms.htm
See Forms Castro Ch. 11 pp. 177-203 (alt. pp. 193-215)