This week we are working on tables.
Let's start with a simple table:
| tree |
presents |
| stockings |
music |
Guess I forgot the alignment. Let's try that again:
| tree |
presents |
| stockings |
music |
Now I will try one with a header:
| Christmas |
| tree |
presents |
| stockings |
music |
How about on a row:
| Christmas |
tree |
presents |
| stockings |
music |
Let's add some cellpadding:
| Christmas |
tree |
presents |
| stockings |
music |
And some cellspacing:
| Christmas |
tree |
presents |
| stockings |
music |
Putting it all together:
| Christmas |
| Our House |
tree |
presents |
| stockings |
music |
I used a nested table to create this page. Feel free to look at the source code.
Follow me to the next page for some holiday cheer!
Index