Back to Concepts

<table>

Defines a table.

The `<table>` tag defines an HTML table. An HTML table consists of one `<table>` element and one or more `<tr>`, `<th>`, and `<td>` elements.

Live Example & Code

Preview Output
<table border="1"><tr><td>Cell</td></tr></table>
HTMLViz
© 2026 HTMLViz. Open Source Learning.