HTML Formatter
Format and beautify HTML data for readability before export or API use.
From
CSV
Json
XML
YAML
NDJSON
TSV
HTML Table
SQL
TOML
Fixed-Width
XLSX
Markdown
Dotenv
INI
Properties
LaTeX
RSS
PLIST
Options
Load Sample
Input (HTML Table)
Upload
<table> <thead> <tr><th>name</th><th>age</th><th>city</th></tr> </thead> <tbody> <tr><td>Alice</td><td>30</td><td>New York</td></tr> <tr><td>Bob</td><td>25</td><td>London</td></tr> </tbody> </table>
218 chars · 9 lines
Formatted (HTML Table)
Format
Ctrl+Enter: Convert
Ctrl+Shift+C: Copy
Ctrl+Shift+S: Download
Copy Link
Related
HTML Validator
HTML to JSON Converter