Tables
Striped, bordered, hover, and responsive tables
Bootstrap tables provide consistent styling with minimal markup. Click each concept to explore different table options.
Add the .table class to any <table> for baseline styling with padding, borders, and horizontal dividers.
.table
| # | Name | Role | Status |
|---|---|---|---|
| 1 | Alice | Developer | Active |
| 2 | Bob | Designer | Away |
| 3 | Carol | Manager | Active |
| 4 | Dave | Tester | Offline |