Table
Last updated
Was this helpful?
Last updated
Was this helpful?
An UI element which organizes data into rows and columns.
Syntax:
A table has a head (thead
) and a body (tbody
).
The head includes the column cells (th
) , whilst the body includes the data cells (td
).
Each tr
element represents a row.
The ...
includes textual content.
So here, we have a table with:
One row of two column cells.
One row of two data cells.