Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
HTML

HTML Tables

Present tabular data with table, thead, tbody, and tfoot.

HTML Tables — a practical guide to HTML tables with clear examples you can reuse in real projects.

HTML Tutorial Series (21/79). Prefer one article? Read the complete HTML tutorial.

Short description

Use tables for data — not page layout.

Simple table

<table>
  <thead><tr><th>Name</th><th>Role</th></tr></thead>
  <tbody><tr><td>Asha</td><td>Editor</td></tr></tbody>
</table>

Leave a reply

Your email address will not be published. Required fields are marked *