A Table Structure That Actually Helps
Think in terms of data relationships, not just rows and borders.
1
`caption` gives the table a shared context. `thead` separates headers from body rows. `th` marks header cells, and `scope` clarifies whether a header belongs to a row or a column.
2
These small decisions matter a lot when tables become larger or more complex.