RE/pinboard

Digital Web Magazine - Everything You Know About CSS Is Wrong

How Does This Work? The display property allows you to specify a range of table-related values in order to make elements display as though they were table elements. The available display values are: * table makes the element behave like a table element * table-row makes the element behave like a table row (tr) element * table-cell makes the element behave like a table cell (td) element * table-row-group makes the element behave like a table body row group (tbody) element * table-header-group makes the element behave like a table header row group (thead) element * table-footer-group makes the element behave like a table footer row group (tfoot) element * table-caption makes the element behave like a table caption element * table-column makes the element behave like a table column (col) element * table-column-group makes the element behave like a table column group (colgroup) element