HTML HTML Minifier / Compressor

Minify any HTML text to it's smallest size.

What is a HTML Minifier?

A HTML Minifier or Compressor is a form of text compression which removes unneeded characters while still keeping the document as a valid HTML text.

Does it parse the HTML code?

No parsing will be done so the text doesn't even need to be a valid HTML code. It will only removes specific characters like spaces to reduce file size.

How much does it save?

Typically it saves between 5-20% depending how the HTML was written.