I am working on a HTML file that is a total mess right now and wanted to clean it up.
What good tool is there out there to clean up HTML files making them nice and readable with good formatting? I just want the file much much cleaner and readable.
I am working on a HTML file that is a total mess right now and wanted to clean it up.
What good tool is there out there to clean up HTML files making them nice and readable with good formatting? I just want the file much much cleaner and readable.
If you're using Visual Studio, hit Crtl-K, Ctrl-D and it will tidy up that HTML for you.
HTMLCleaner is a fairly recent project that tidies HTML. It's a Java tool that can be invoked from the command line, via Ant or programatically. See: