CS 110 Lab 9 - HTML forms

Objective: learn how to create interactive web pages with HTML forms.

What to do?

The objective of this lab is to create an interactive form similar to that available at CCSU web site (Academics > Course Offerings > Select term > Look up classes to add). The result of your work should look similar to the following:

To create a selection list for the Subject and the Instructor fields, use the same tag as for a drop down box and add the parameter 'size="3"' to that tag.

Use the following HTML template as a starting point. It uses a table to arrange all controls and their labels. Simply replace some text with proper HTML tags that represent different controls and this will do the trick.

Save your work in a single HTML file.

What to submit?

Use Blackboard Vista to submit the HTML file with your work.