« Previous Next » 

Remove empty HTML tags

<h1></h1>
				<p>Hello<span class="lorem"></span>!</p>
				<p></p>
				<p>&nbsp;</p>
				<div style="width: 100%;">
				</div>
				
<p>Hello!</p>
				<p>&nbsp;</p>
				
Start removing empty tags

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.

 « Previous Next »