|
|
Design an HTML formAn HTML form consists of various form elements (or controls) such as text fields, checkboxes, radio buttons, and so forth. There are a couple of good tutorials on forms on NPAC's HTML Tutorials page. Be sure to check these out! Your assignment is to design an input form that accesses an employee database. This form will be used in a subsequent homework assignment to write a CGI script.
http://www.whowhere.com/Phone which you can "borrow".) Designate "Mississippi" as the default state.
The first two are submit buttons, while the third is a reset button. Here's a short form to get you started: Note that pressing the "Add Record" button simply echoes back the input data, which is exactly what your form should do. |