Remove the whitespace between HTML tags to shrink a page, leaving the text content inside the tags alone.
<div> <p>Hello</p> <p>World</p> </div>
<div><p>Hello</p><p>World</p></div>
Whitespace between tags is removed, so pre-formatted blocks that rely on it should be minified by hand.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.