HTML Formatter
LiveBeautify and indent messy HTML.
<div class="card">
<h2>
Title
</h2>
<p>
Some
<strong>
text
</strong>
here.
</p>
<ul>
<li>
One
</li>
<li>
Two
</li>
</ul>
</div>Beautify and indent messy HTML.
<div class="card">
<h2>
Title
</h2>
<p>
Some
<strong>
text
</strong>
here.
</p>
<ul>
<li>
One
</li>
<li>
Two
</li>
</ul>
</div>