Chapter 6: Tables: Tools for Organizing Data

What is a table?

Anatomy of a table

table
contains the entire table
tr
contains and entire row of a table(hence table row)
th
signifies a table header cell
td
a general table data cell

Styling the table

Borders, Spacing, and Alignment

Making your tables accessible

Captioning your table

caption
a table heading

Merging table cells

Advanced Accessibility