Remove empty HTML tags
<h1></h1> <p>Hello<span class="lorem"></span>!</p> <p></p> <p> </p> <div style="width: 100%;"> </div>
<p>Hello!</p> <p> </p>
Deletes all tags which contain only a space or are empty. Using WYSIWYG editors your code usually gets filled with empty spans, paragraphs, divs etc. Use this tool to get rid of these.