HTML Minifier
Minify HTML by collapsing whitespace, removing HTML comments, and trimming attributes. Browser-only.
100% in your browser. Files never uploaded.
Input
Minified
<div class="hello"><h1>Hello</h1><p> Some text </p></div>
93 → 57 bytes (−38.7%)
How to use
- 1Paste HTMLToggle comment-stripping and whitespace collapse.
- 2Copy resultWhitespace inside <pre>, <script>, <style>, <textarea> is preserved.