Online Learning Applications for Technical English


Home
Syllabus
Assignments

Instructor



Exercise 2

  1. Write an HTML source file for a homepage to display the following data in a bar graph with vertically oriented bars in colors of your choice:
      Age range     Number
      ---------     ------
       Under 10        1
       Under 20        3
       Under 30        89
       Under 40        30
       Under 50        22
       Under 60        7
       Under 70        2
       70 and over     1
    
    Send your source file(s) (and image files, if applicable) to the instructor by e-mail.

  2. Construct a Perl program or a PHP program to display the bar graph homepage you created above.

    Send your source file(s) (and image files, if applicable) to the instructor by e-mail.