A quick way to condense html code?

I’m looking for an easy way to condense code. For example turning…


<html>
<img src="hi.jpg" />
Hi!
</html>

…into…


<html><img src="hi.jpg" />Hi!</html>

Is there a website or an option in dreamweaver to do this on a large scale?