Tables
Using the most basic table markup, here's how tables look.
Basic Example
Using the most basic table markup, here's how tables look.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | Thornton |
Striped Table
Use this example to increase the readability of the data sets by alternating the background color of every second table row.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | Thornton | |
4 | Jacob | Thornton | @fat |
Hoverable rows
Add hover-state on table row.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | Thornton | |
4 | Jacob | Thornton | @fat |
Bordered tables
Add border on all sides of the table and cells.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | Thornton | |
4 | Jacob | Thornton | @fat |