Web Page Design
Requirements for Exercise 5

Return to start page


  1.   In this exercise you will create four HTML programs which incorporate frames, forms, and JAVA script. Here is a diagram of the assignment:

  2.   Upon successful completion of this exercise, you will be able to create HTML programs using many of the features presented in Part 5 including:
    • Frames
    • Simple forms
    • Simple JAVA script
  3.   Create four HTML programs as follows:
    • xxxp5-1.htm - The home page for JFK High School. It uses two column frames. The left column is for a table of contents which uses 25% of the screen. The right column is for a title. Be sure to account for browsers which cannot support frames.
    • xxp5-2.htm - The right column contains the table of contents. As programs are selected, have them appear in the column 2 space.
    • xxxp5-3.htm - The beginning program for the right column contains a school title.
    • xxxp5-4.htm - Is a program called from the table of contents which includes a simple form and JAVA script.

Return to top of page.