- HTML Table Tag
- Tables are designed to work like a checkerboard with rows and columns
- HTML Table TR Tag
- The TR tag controls rows of cells.
- HTML Table TD Tag
- The TD tag controls columns of cells.
- HTML Table TH Tag
- The TH tag controls columns of cells, but with Heading attributes.