Tables made easy. Just drop in the CSS and you're done.
No messing, no fuss.
The default table CSS does everything for you.
Simply reference the tables CSS file and you're good to go! Want more? You can add the .table-striped class to alternate each rows background color!
Don't like the table bordered?
No worries, use the helper class .nb
Tag | Description |
---|---|
<table>
|
Wrapping element for displaying data in a tabular format |
<thead>
|
Container element for table header rows <tr> to label table columns
|
<tbody>
|
Container element for table rows <tr> in the body of the table
|
<tr>
|
Container element for a set of table cells <td> or <th> that appears on a single row
|
<td>
|
Default table cell |
<th>
|
Special table cell for column (or row, depending on scope and placement) labels. Must be used within a <thead>
|
<caption>
|
Description or summary of what the table holds, especially useful for screen readers |
Tag | Description |
---|---|
<table>
|
Wrapping element for displaying data in a tabular format |
<thead>
|
Container element for table header rows <tr> to label table columns
|
<tbody>
|
Container element for table rows <tr> in the body of the table
|
<tr>
|
Container element for a set of table cells <td> or <th> that appears on a single row
|
<td>
|
Default table cell |
<th>
|
Special table cell for column (or row, depending on scope and placement) labels. Must be used within a <thead>
|
<caption>
|
Description or summary of what the table holds, especially useful for screen readers |
Tag | Description |
---|---|
<table>
|
Wrapping element for displaying data in a tabular format |
<thead>
|
Container element for table header rows <tr> to label table columns
|
<tbody>
|
Container element for table rows <tr> in the body of the table
|
<tr>
|
Container element for a set of table cells <td> or <th> that appears on a single row
|
<td>
|
Default table cell |
<th>
|
Special table cell for column (or row, depending on scope and placement) labels. Must be used within a <thead>
|
<caption>
|
Description or summary of what the table holds, especially useful for screen readers |