Beginner's Guide Series - Basic HTML, part 3
In this last part for basic HTML, we'll be looking at generating a table. Tables, in HTML, are used to display data. It can be a report. It can be a list of people and their related information. It can be, well, a lot of things. It should not, however, be used to create the layout for your page. There are much better and more convenient ways to do that, which we'll see in a couple of sections.

