In previous lessons you've learned the basic html codes for
a web page--that is creating an html page, its head and its body.
The code to the right is what you should type in your notepad.
Notice that we've given this page the title: Tables. You do not
need to to give your page the same title, but it might be helpful
to you if you do.
We've
put a space between the opening tag for body and the closing
tag for body, because our table is going
to go in the body of this page.
Save
your notepad using the "save as" menu. Remember to
add the .html extension to the file name you give this document.
We aren't
going to look at it in a browser yet, though.
|