Widely Available
HTML elements
id: table
Tables
The
<table> HTML element, with several related elements, represents tabular data in rows and columns of cells.
Baseline Status:
Achieved Widely Available on Jan 29, 2018 (Cross-browser Newly Available since Jul 29, 2015).
Desktop Browser Engine Support
Google Chrome
1
Supported
Mozilla Firefox
1
Supported
Apple Safari
1
Supported
Microsoft Edge
12
Supported
Mobile Browser Engine Support
Chrome Android
18
Firefox Android
4
Safari iOS
1
Specifications and References
MDN Browser Compat Data Keys:
api.HTMLTableCaptionElement ↗
api.HTMLTableCellElement ↗
api.HTMLTableCellElement.abbr ↗
api.HTMLTableCellElement.cellIndex ↗
api.HTMLTableCellElement.colSpan ↗
api.HTMLTableCellElement.headers ↗
api.HTMLTableCellElement.rowSpan ↗
api.HTMLTableCellElement.scope ↗
api.HTMLTableColElement ↗
api.HTMLTableColElement.span ↗
api.HTMLTableElement ↗
api.HTMLTableElement.caption ↗
api.HTMLTableElement.createCaption ↗
api.HTMLTableElement.createTBody ↗
api.HTMLTableElement.createTFoot ↗
api.HTMLTableElement.createTHead ↗
api.HTMLTableElement.deleteCaption ↗
api.HTMLTableElement.deleteRow ↗
api.HTMLTableElement.deleteTFoot ↗
api.HTMLTableElement.deleteTHead ↗
api.HTMLTableElement.insertRow ↗
api.HTMLTableElement.rows ↗
api.HTMLTableElement.tBodies ↗
api.HTMLTableElement.tFoot ↗
api.HTMLTableElement.tHead ↗
api.HTMLTableRowElement ↗
api.HTMLTableRowElement.cells ↗
api.HTMLTableRowElement.deleteCell ↗
api.HTMLTableRowElement.insertCell ↗
api.HTMLTableRowElement.insertCell.index_parameter_negative_one ↗
api.HTMLTableRowElement.insertCell.index_parameter_optional ↗
api.HTMLTableRowElement.rowIndex ↗
api.HTMLTableRowElement.sectionRowIndex ↗
api.HTMLTableSectionElement ↗
api.HTMLTableSectionElement.deleteRow ↗
api.HTMLTableSectionElement.insertRow ↗
api.HTMLTableSectionElement.rows ↗
css.properties.border-collapse ↗
css.properties.border-collapse.collapse ↗
css.properties.border-collapse.separate ↗
css.properties.border-spacing ↗
css.properties.caption-side ↗
css.properties.caption-side.bottom ↗
css.properties.caption-side.bottom-outside ↗
css.properties.caption-side.top ↗
css.properties.caption-side.top-outside ↗
css.properties.caption-side.writing-mode_relative_values ↗
css.properties.empty-cells ↗
css.properties.empty-cells.hide ↗
css.properties.empty-cells.show ↗
css.properties.table-layout ↗
css.properties.table-layout.auto ↗
css.properties.table-layout.fixed ↗
html.elements.caption ↗
html.elements.col ↗
html.elements.col.span ↗
html.elements.colgroup ↗
html.elements.colgroup.span ↗
html.elements.table ↗
html.elements.tbody ↗
html.elements.td ↗
html.elements.td.colspan ↗
html.elements.td.headers ↗
html.elements.td.rowspan ↗
html.elements.td.rowspan.rowspan_zero ↗
html.elements.tfoot ↗
html.elements.th ↗
html.elements.th.abbr ↗
html.elements.th.colspan ↗
html.elements.th.headers ↗
html.elements.th.rowspan ↗
html.elements.th.rowspan.rowspan_zero ↗
html.elements.th.scope ↗
html.elements.thead ↗
html.elements.tr ↗