Format and beautify HTML code, or minify it
Format
<div><p>Hello</p></div> → becomes indented with new lines.
Minify
Removes extra whitespace and line breaks for smaller payloads.
Do you store my HTML?
No. Formatting/minifying runs in your browser; nothing is uploaded.
Will this fix invalid HTML?
It won't fix broken tags; ensure your HTML is valid first.
Does it handle large files?
It works for typical snippets. Very large documents may be slow in-browser.