HTML Formatter
Indent and format messy or minified HTML into a clean, readable structure.
Was this tool helpful?
Thanks for the feedback!
Indent and format messy or minified HTML into a clean, readable structure by nesting level, so you can see the document hierarchy at a glance. It is great for reading scraped markup or tidying generated HTML, and runs entirely in your browser.
Minify again for production with the HTML Minifier.
Frequently asked questions
How do I format HTML?
Paste minified or tangled HTML and click format; the tool indents elements by their nesting depth.
Does it work on scraped HTML?
Yes, it is ideal for making copied or generated markup readable, though it will not fix invalid HTML.
Will it change my content?
No, it only adds indentation and line breaks; the markup itself is unchanged.
Is my code private?
Yes, everything is processed in your browser.