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 @twitter

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 @twitter

Looks like a Table

This table looks like a table but is not built using <table> tags

This
Looks
Like Table
1
2
3
Created by codeRECODE.com. All rights reserved.