Loading…
Beautify HTML markup with consistent nested indentation, one tag per line, while leaving embedded script and style blocks untouched. Runs entirely in your browser.
HTML
Formatted HTML
<!DOCTYPE html>
<html>
<head>
<title>
code.live
</title>
</head>
<body>
<h1>
Hello
</h1>
<p>
Free developer tools.
</p>
</body>
</html>