display: table
Widely available since before 2022-09-24
The display: table
CSS declaration renders an element with the box layout of a <table>
HTML element. Child elements may use equivalents to <table>
internal elements such as display: table-row
for <tr>
.
Learning resources on MDN
Browser support (view on caniuse.com)
- Chrome ≤80 Released before 2020-02-04
- Chrome Android ≤80 Released before 2020-02-04
- Edge ≤80 Released before 2020-02-07
- Firefox 3 Released on 2008-06-17
- Firefox for Android 4 Released on 2011-03-29
- Safari ≤13.1 Released before 2020-03-24
- Safari on iOS ≤13.4 Released before 2020-03-24