Tables
<table>
Represents tabular data.
<table>
Represents tabular data.
Syntax
<table></table>
Example
<table class="example">Content here</table>
Notes
Semantic HTML helps screen readers and search engines understand your content.
Try It Yourself
Experiment with this element in the BrowserCode Playground.