HTML Table Generator
Paste CSV, TSV or semicolon-separated data and instantly generate an HTML table with thead, tbody and live preview.
Preview
How to use?
Paste your data using comma (CSV), tab (TSV) or semicolon as the separator. The tool figures out on its own which one you used. Tick "First row is header" and the columns turn into a <thead>.
Related Tools
Markdown Table Generator
Build Markdown tables visually — add rows and columns, edit cells and copy the GFM syntax ready for README, Notion or GitHub. No manual formatting.
JSON ↔ CSV Converter
Convert data between JSON (array of objects) and CSV bidirectionally. Paste and convert instantly in the browser, no file upload needed.
CSV Validator & Viewer
Validate, parse and visualize CSV data in table format. Automatically detects delimiters (comma, semicolon or tab) and highlights formatting errors.
HTML Tag Remover
Remove all HTML tags from text, leaving only the pure content without markup. Useful for extracting text from HTML.
Hosts File Builder from CSV
Paste ip,hostname pairs one per line and get tab-separated entries ready to drop into /etc/hosts; lines missing either field are skipped.
JSON Flatten / Unflatten
Flatten a nested JSON into dot-notation keys (e.g. user.address.city) and rebuild the reverse path. Useful to export to CSV, generate .env files or compare configs. Everything in your browser.