Table Styles
Table elements
Table borders
Table spacing
Exercises
- Create an HTML page and a new CSS file, link the CSS file in the HTML page.
- In the page, add a table with caption, headings, and regular cells.
- In the CSS, add styles for caption, headings, and cells. In the page, apply the styles.
- In the CSS, add styles for padding of headings and cells. In the page, apply the styles.