Tables
Now that we have learned about line separators, character style tags, special
characters, lists, links and images, let's look at tables within HTML. Tables
allow us to organize and present our data in an orderly and concise manner. In
this chapter we will learn about:
- the <TABLE> tag
- the <CAPTION> tag
- table data, table headers, and table rows
- table size and shape
- alignment
- border
- cell spacing
- width
- spanning multiple rows and columns
Let's start by looking the <TABLE> tag.