Beautify and minify HTML code instantly. Format minified HTML for readability or compress for production. Free, no signup.
<!DOCTYPE html><html><head><title>Test</title></head><body><div class="container"><p>Hello</p></div></body></html>
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<div class="container">
<p>Hello</p>
</div>
</body>
</html>