Skip to content
Free Tool Arena

Developer Utilities · Free tool

HTML Table Generator

Interactive HTML table builder. Click cells to edit. Toggle headers, stripes, borders. Inline-styled output for emails.

Updated May 2026
<table style="border-collapse:collapse;font-family:system-ui,sans-serif;border:1px solid #cbd5e1">
  <tr>
    <th style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;background:#f1f5f9;font-weight:600;text-align:left;">Heading 1</th>
    <th style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;background:#f1f5f9;font-weight:600;text-align:left;">Heading 2</th>
    <th style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;background:#f1f5f9;font-weight:600;text-align:left;">Heading 3</th>
  </tr>
  <tr>
    <td style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;">Cell 1-1</td>
    <td style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;">Cell 1-2</td>
    <td style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;">Cell 1-3</td>
  </tr>
  <tr>
    <td style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;">Cell 2-1</td>
    <td style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;">Cell 2-2</td>
    <td style="padding:0.5rem 0.75rem;border:1px solid #cbd5e1;">Cell 2-3</td>
  </tr>
</table>
Found this useful?Email

Advertisement

What it does

Interactive HTML table builder. Click cells to edit content. Toggle header row, striped rows, borders. Copy the inline-styled HTML for emails or quick web pages.

Embed this tool on your siteShow snippet

Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.

<iframe src="https://freetoolarena.com/embed/html-table-generator" width="100%" height="720" frameborder="0" loading="lazy" title="HTML Table Generator" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>
Embed docs →

How to use it

  1. Set rows × columns.
  2. Click any cell to edit text.
  3. Toggle styling options.
  4. Copy the HTML.

Frequently asked questions

Why inline styles?
Email clients (Gmail, Outlook) strip <style> blocks. Inline styles survive. For web pages, you can extract the styles into a CSS class manually.

Advertisement

Learn more

Explore more developer utilities tools

100% in-browserNo downloadsNo sign-upMalware-freeHow we keep this safe →