Data in Tables
Examples of various tables
Table with thead and tbody
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Table with multiple header rows, empty rows, merged cell
You must manually select header and data rows.
Person | User data | ||
---|---|---|---|
# | First Name | Last Name | Username |
- | - | - | - |
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Looks like a Table
This table looks like a table but is not built using <table> tags
This
Looks
Like Table
1
2
3