Sometimes we want more control over how our text and pictures line up. One way of managing the layout of a web page is to use something called a table. As you can see in the image below, an HTML table is made up of rows and columns of cells.

Anything can be put inside these cells. A table can contain text, pictures, or even other tables.
In the HTML Playground's Your Results section is a basic table that has 2 rows, 3 columns and a total of 6 data cells, just like in the image above.
|