HTML beautifier

Free online HTML beautifier and minifier. Format and compress HTML code with customizable indentation.

Indent

How it works

Paste HTML code, click 'Format' to properly indent or 'Minify' to compress. The formatter automatically recognizes void tags (br, img, input) and handles nesting.

FAQ

Does the formatter handle invalid HTML?

The formatter does its best to indent even imperfect HTML, but for optimal results the code should have matching opening and closing tags.

Are HTML comments preserved?

In formatting yes, in minification they are removed to reduce file size.

Can I use it for XML?

For simple XML yes, since the structure is similar. For complex XML it might not perfectly handle all cases.