Tables are one of the most important parts of HTML. In order to create uniform pages and align images and text, you must have some knowledge of tables. If you haven't already delt with tables before, I will, like I do on all of my advanced pages, review, but I recommend that you visit my beginner's page.
There are three basic tags used in tables. They are:
<<>table<>> which is the main tag. All of your table coding goes between this tag and the <<>/table<>> tag.
<<>tr<>> This is the tag for rows. It is placed at the beginning of each row. Each row ends with the <<>/tr<>> tag.
<<>td<>> This is the tag for columns. It is placed at the beginning of each column. Each column ends with the <<>/td<>> tag.
|