HTML <table> Element Reference

The HTML <table> element represents tabular data organized into rows and columns.

<table>

HTML <table> Element Reference

The HTML <table> element represents tabular data organized into rows and columns.

Categories

  • Tabular data

Tag omission

Consult the HTML Living Standard for the precise tag-omission rules.

Content model

  • Detailed content-model guidance will be added to this reference.

Attributes

Examples

Example

A practical table element example.

<table>
  <caption>Plan prices</caption>
  <thead><tr><th>Plan</th><th>Price</th></tr></thead>
  <tbody><tr><td>Free</td><td>$0</td></tr></tbody>
</table>

Related references

Description

The HTML <table> element represents tabular data organized into rows and columns.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <table> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies