Table Styles

Table elements

Table borders

Table spacing


Exercises

  1. Create an HTML page and a new CSS file, link the CSS file in the HTML page.
  2. In the page, add a table with caption, headings, and regular cells.
  3. In the CSS, add styles for caption, headings, and cells. In the page, apply the styles.
  4. In the CSS, add styles for padding of headings and cells. In the page, apply the styles.