CSC 105

Forms Lab

Part One: Form Elements

The first part of this lab will give you some practice at using the HTML form tags themselves. There is no scripting here. If you already know the form tags well, you may skip this part of the lab.

To Do

Replace the text in the table cells with the form elements described. Put the whole table inside a single form that will send its results to http://maven.smith.edu/~nhowe/teaching/csc105/examples/procform.html when the submit button is pressed, using method="get".

A text box, with initial text Excitement! and label text saying Mood? A check box, initially unchecked, with label text Done yet?
A grouping of two radio buttons arranged on top of one another, labeled Tweedledum and Tweedledee. A button labeled Nothing that does nothing.
A submit button, labeled Done