Price lists, size charts, opening hours, spec sheets —
type them in (or paste straight from your spreadsheet) and get clean,
accessible table HTML with a small scoped stylesheet. No signup, no
watermark, yours to use anywhere.
Ready-made table templates
Start from a finished example and adjust:
Frequently asked questions
Can I paste a table from Excel or Google Sheets?
Yes — copy the cells in your spreadsheet, open “Paste from a
spreadsheet” below the editor, and paste. Columns and rows are
filled in automatically; the first pasted row becomes the
header.
How do I make an HTML table work on phones?
Wrap the table in a container with overflow-x: auto,
so wide tables scroll sideways inside the page instead of breaking
the layout. The generated code includes that wrapper — keep it.
Should I use a table for page layout?
No — tables are for data: prices, sizes, hours, specifications.
For arranging a page, use CSS. Screen readers announce tables as
data grids, so layout tables actively confuse assistive
technology.
Is the generated table really free to use?
Yes. No signup, no account, no watermark, no attribution
required. Copy the HTML and use it anywhere, including
commercially.
Need the table to do something?
A price list usually wants an order form next to it, and a size
chart sits best beside a quote form. The
hform/forms builder makes those the same way
this tool makes tables — free, clean HTML, two minutes — and can
deliver the messages to your inbox.