HTML with Tables

This document contains various table structures:

Simple Table

Header 1 Header 2 Header 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 1 Row 2, Cell 2 Row 2, Cell 3

Table with thead, tbody, and tfoot

Product Price Quantity Total
Widget $10.00 5 $50.00
Gadget $20.00 3 $60.00
Total $110.00

Table with Nested Elements

Header with emphasis Header with strong text
Cell with link Cell with code
Cell with
  • List item 1
  • List item 2
Plain cell

Table with colgroup and col

Column 1 Column 2 Column 3
Data 1 Data 2 Data 3