
Bootstrap provides a clean layout for building tables. Some of the table elements supported by Bootstrap are −
| Sr.No. | Tag & Description |
|---|---|
| 1 | <table> Wrapping element for displaying data in a tabular format |
| 2 | <thead> Container element for table header rows (<tr>) to label table columns. |
| 3 | <tbody> Container element for table rows (<tr>) in the body of the table. |
| 4 | <tr> Container element for a set of table cells (<td> or <th>) that appears on a single row. |
| 5 | <td> Default table cell. |
| 6 | <th> Special table cell for column (or row, depending on scope and placement) labels. Must be used within a <thead> |
| 7 | <caption> Description or summary of what the table holds. |
| Example | Description | Download link |
|---|---|---|
| Buy Table | This example indicates about buy table structure in Bootstrap. | Download |
| Plan Table | This example indicates about Plan table structure in Bootstrap. | Download |
| Table with gallery | This example indicates about gallery table structure in Bootstrap. | Download |