5 hands-on exercises and 5 find-the-bug challenges for the CSS Tables lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Merge the cell borders of #table into single lines.
Keep separate borders and space them 4px apart.
Put the caption below the table.
Make column widths ignore the content.
Collapsed borders with 8px padding and left-aligned headers.
The value is collapse, not collapsed.
border-spacing is ignored when borders are collapsed.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspaceThe property is caption-side.
Ignoring content widths uses table-layout: fixed.
Cell padding belongs on the cells, not the table.