Clean Up Ugly HTML with HTMLTidy
HTMLTidy is one of those wonderfully efficient little tools in the *nix tradition. Like the other tools of this type, it does only one thing, but does it well. It differs from most of the others in one respect though - it's name clearly describes what it does: tidy up messy html.
Have you ever worked on a project that involved editing html pages from a variety of sources? Ever had to work with an MSWord document saved as html? What about the chunderous mess that's spewed from some of those WYSIWYG web tools? Or maybe you create your pages the

