Before you make your web page, make a rough sketch on a piece of paper to show where all the various parts of the assignment will be located. Make sure I see the sketch before you begin.
Your job is to create a simple table. It should
- be two squares tall by two squares wide.
- have different colored backgrounds for each square.
- have a picture in the top right square.
- have a picture in the bottom right square.
- have each column the same width.
|
|
|
You can use several commands to build your table including:
- <TABLE> - This starts your table.
- <TR> - This starts a table row.
- <TD> - This starts a cell in your table.
- WIDTH= - Put in with your table command, this determines how wide your table will be. Put in with your TD command, it determines how wide your cell will be. With Tables it needs an absolute value, but with cells it can be a relative value such as a percentage.
|
|
 Updating...
ĉ James Dykstra, Oct 5, 2010, 8:18 AM
|