Basic HTML Tables

Tables can have any number of columns and rows.

R1C1 R1C2 R1C3
R2C2 R2C2 R2C3
R3C2 R3C2 R3C3

The same table without borders looks like this:

R1C1 R1C2 R1C3
R2C2 R2C2 R2C3
R3C2 R3C2 R3C3

Tables, like other HTML elements, can also be centered on the page.

R1C1 R1C2 R1C3
R2C2 R2C2 R2C3
R3C2 R3C2 R3C3