|
At: NPAC Rob Baker's Original Forms Tutorial |
OVERVIEW:Towson University: (read the red type)This tutorail has been adapted to use with the TU email form you can download at: http://www.towson.edu/~jack/html/stud_frm.html Ignore the "FORM ACTION="URL" METHOD="POST">..." tag below -- the TU Form Template does the form tag for you. Just look at the examples below to apply to the TU form template elements that you design. A FORM tag is used in an HTML document which has a start tag
<FORM>, and an end tag, </FORM> and has a structure similar to the
following:
A form's contents are broken into elements such as the INPUT, SELECT, and TEXTAREA elements which are described in detail in the bellow examples. Forms are submitted through the use of the SUBMIT input type, and can be cleared through the use of the RESET input type
A Sample FormPlease fill out the following form: |