November 2000
Intermediate to advanced
384 pages
8h 8m
English
Every table has three essential components: the table element itself, and the rows and cells contained within it. A lot can go on in the table element, but we'll start small and build as we work through the chapter.
Let's start with a simple three-by-three grid familiar to most of us as a tic-tac-toe board (see Figure 5.1).
All contents of a table are contained within the table element. In this example, we've set just a single attribute: the border attribute. border defines the width of the edging around the table and between each cell, measured ...
Read now
Unlock full access