So, you want to make a Web Page!
|
|
If you don't already have one, be sure to create a new folder titled Lesson_21 in your HTML folder

It should look similar to this:

If things look OK, go back into your code and change all of the table borders to 1 (border="1").
What you've created is an example of nested table - placing one (or more) table(s) inside of another table, this will enable you to have more control in designing/setting up your web pages, sounds like fun, huh?
*You may have noticed the colspan and rowspan tags... we'll need to talk about those in class (they are pretty important)
Save as: Lesson_21.html in your HTML/Lesson_21 folder
Congratulations! You are done with your HTML Lessons... now go make
some web pages!