Table development
The inevitable HTML table, with special case cells.
Default
You simply need to attach a single .table CSS class on a <table> with the following structure:
tablethe main containertheadthe optional top part of the tabletfootthe optional bottom part of the tabletbodythe main content of the tabletreach table rowtha table cell headingtda table cell
Simple table
| First | Last | ||
|---|---|---|---|
| Mark | Otto | ||
| Jacob | Thornton | ||
| Larry | the Bird |