Nguyen Vu
May 21, 2000
COMP 212 - (Wed 6-10)
Leslie Potter
Assignment 7

Due Date: May 24, 2000
HTML Tutorial 6 Forms:
  1. Read the learning objectives at the beginning of the chapter.

  2. Draft an outline or map of the chapter main topic and subtopics.
  3. Write answers to these questions.

  4. Explain the following terms:
  5. What is so "dramatic" about working with CGI Scripts, 6.4?

  6. Describe the function of the elements that are used between the <FORM> and </form> tags, 6.6:
    1. Input Boxes (TYPE=TEXT), 6.10 - are single-line box that user can enter text or numbers.
    2. Password, 6.15 - similar to the input boxes, but input are replaced by asterisks.
    3. Selection List, 6.17 - is a list box that is good for use when there are a fixed set of possible responses.
    4. Radio Buttons, 6.22 - similar to the selection lists in which it display choices, but only one can be selected.
    5. Check Boxes, 6.25 - are similar to radio button except there is only one box per field.
    6. Text Area, 6.27 - is similar to the input box where it can enter text or numerical values, except it can hold longer text strings and generally use for user comments.
    7. Form Buttons (Submit and Reset), 6.30 - are interactive response buttons that a user click to either submit the form or clear data in the field.
    8. Image Fields, 6.33 - is similar to the buttons in which the user click the image resulting in a form submitting.
    9. Hidden Fields, 6.34 - is use to hide information from the user.

  7. Explain the purpose and use of the following Form Properties, 6.34:
  8. What is the benefit and the result of using the MAILTO Action, 6.38
  9. By the end of the week, add your name to the page, print the source, place your work on oscar, link to it from your home page and test it with both browsers.
    This book is focused on HTML and related issues. Students do not have to learn CGI for this class. You may want to visit the following Web sites for information on CGI:

    BACK HOME