📄 HTML Formatter

Beautify and minify HTML code instantly. Format minified HTML for readability or compress for production. Free, no signup.

Size: 0 B
Size: 0 B

Beautify Options

Example Comparison

Minified
<!DOCTYPE html><html><head><title>Test</title></head><body><div class="container"><p>Hello</p></div></body></html>
Beautified
<!DOCTYPE html>
<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <div class="container">
      <p>Hello</p>
    </div>
  </body>
</html>
Free HTML formatter — Beautify and minify HTML code online