display: table
Widely available since before 2019-10-05
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 1 Released on 2008-12-11
- Chrome Android 18 Released on 2012-06-27
- Edge ≤15 Released before 2017-04-05
- Firefox 3 Released on 2008-06-17
- Firefox for Android 4 Released on 2011-03-29
- Safari ≤4 Released before 2009-06-08
- Safari on iOS ≤3.2 Released before 2010-04-03
Specifications
View web-platform-tests results for this feature - View the feature source file (dist) - Edit the feature - Report an issue about this feature