Display: Table
Use these display
values to make an element hehave like a certain table element.
display: ... | Makes it behaves like ... |
---|---|
table | <table> |
table-row | <tr> |
table-cell | <td> |
Row groups (table-xxx-group) | |
table-header-group | <thead> |
table-row-group | <tbody> |
table-footer-group | <tfoot> |
Column groups (table-column-xxx) | |
table-column-group | <colgroup> |
table-column | <col> |
Caption | |
table-caption | <caption> |
References
- display: Internal (MDN) — https://developer.mozilla.org/en-US/docs/Web/CSS/display#internal