Online compressor for HTML to reduce file size.

Removes whitespace, strips comments.
Compressed files are ideal for production environments.

Why minify code?

The process of removing all unnecessary characters from source code without altering its functionality.
Minification can improve webpage performance.

Source code