Skip to content
Brain
Coder
Tools
Guides
0 uploads — verify
GitHub
Tool info
HTML Minifier
Removes comments and collapses whitespace. Size 348 →
240
chars
(−31%)
Copy
HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Example page </title> <!-- this is a comment --> <style> .box { color: red; } </style> </head> <body> <div class="box"> <p> Hello world </p> </div> <script> console.log( 'hi' ); </script> </body> </html>
Minified
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title> Example page </title><style> .box { color: red; } </style></head><body><div class="box"><p> Hello world </p></div><script> console.log( 'hi' ); </script></body></html>
Minify
Pretty-print
Clear