If you have been following along in my previous lessons, this lesson will be harder and more confusing than the past ones. I will be explaining tables. Tables have many uses on web pages. The WebTutorials Homepage uses table to organize links. My clandar is also made out of a table. That is an example of a table used to organize data in a chart. Tables can also be used to stop browsers resizing the page when you restore your window. Tables can also be used to position contents of a web page. This technique is used in the making of this lesson with the blue box on the side. Yes, I agree tables are extremely cool. Now lets get started. Open of your text editor and set up your HTML document as follows.
<HTML>
<HEAD>
<TITLE>Learning Tables</TITLE>
</HEAD>
<BODY>
<TABLE BORDER="2"> This is a cell thats three columns long