HTML Minifier (basic)
Minify HTML by removing comments and collapsing whitespace. For complex HTML, use a full minifier.
HTML input
Minified
<div><span> Hello </span></div>
Was this page helpful?
Minify HTML by removing comments and collapsing whitespace. For complex HTML, use a full minifier.
<div><span> Hello </span></div>