๐
HTML Formatter / Beautifier
Format and beautify HTML code with proper indentation.
<div class="container">
<h1>
Hello
</h1>
<p>
Some text
<strong>
here
</strong>
</p>
<ul>
<li>
Item 1
</li>
<li>
Item 2
</li>
</ul>
</div>