HTML Formatter & Minifier
Format HTML with tag-aware indentation or minify it online with size comparison. Void elements handled.
HTML formatter / minifier
in 75 → out 100 chars
Output
<div class="card">
<h2>Hi
</h2>
<p>Text
<b>bold
</b>
</p>
<img src="a.png">
</div>How to use
- Paste input or drop a file above.
- Adjust options (delimiter, dialect, quality, ratio).
- Copy result or download — no sign-up needed.
FAQ
Inline elements?
Structural indent only — inline flow (b/i/span inside text) may reflow. Fine for templates, not prose-perfect.
Comments in minify?
Stripped. Keep a commented copy if they document something.