Assignment # 2c

Reference Material

You may find the following CSS reference material helpful in completing this assignment:

Learning Goals

Project

This assignment is for extra credit and can be used for your submit page in Project#1. You can receive up to 2 points added to your final exam average.

Part c - No Tables

If you already have a valid (Strict) page for the IBM form, you probably are using tables for layout in the html. In this part of the assignment, you should replace the layout tables with CSS layout. You will find that most (all?) of the tables can be replaced with div and span elements, using css to provide the layout.

Submit the assignment by sending a zip file including the completed HTML page and the style sheet (.css file) to your TA. be sure to include the URL of the original page in your e-mail.

Hints: