display: table
Widely available
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>
.
Compatibility (view on caniuse.com)
- Chrome ≤80 Released before 2020-02-04
- Chrome Android 80 Released on 2020-02-04
- Edge 80 Released on 2020-02-07
- Firefox ≤72 Released before 2020-01-07
- Firefox for Android 79 Released on 2020-07-28
- Safari ≤13.1 Released before 2020-03-24
- Safari on iOS ≤13.4 Released before 2020-03-24