Preston Schools
8th Grade Exploratory Computer

Table Image Project

You have practiced creating tables using rows, columns with bgcolor, height, and width.

This project will focus on starting another table with notepad, but you will switch to using a
new program called Dreamweaver.

1. Using notepad, create a new HTML page.

2. Add a table. Remember where to insert tables? Remember, you are making one table. (How many 'table' opening tags will you need?)

3. Make the table with 50 rows and 50 columns. Use the following attributes:
bgcolor="yellow"
height ="12"
width = "12"

Make sure that the attributes attach to the <td> tag not <tr>.

Don't forget to use your keyboard shortcuts!

4. Save your html page as tableimage.html to your desktop and view it. Your table should look like this:



Next Page