In this guide, we will discuss Table Demo in Bootstrap. 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 | <head> Container element for table header rows (<tr>) to label table columns. |
3 | <body> 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 | <the> 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 |
---|---|
Buy Table | This example indicates about buy table structure in Bootstrap. |
Plan Table | This example indicates about Plan table structure in Bootstrap. |
Table with gallery | This example indicates about gallery table structure in Bootstrap. |
Next Topic : Click Here
Pingback: Bootstrap - Grid Demo | Adglob Infosystem Pvt Ltd