Monday, November 9th, 2009

Clean up source code fast

How to transform incomprehensible HTML code into something nicely formatted and readable.

Sometimes you just have nothing more than the HTML that your browser gives you when you view the page source. And depending on the level of server side programming the parsed HTML code either looks ordered and readable or like a string of random characters. You can try to format it yourself but there are lots of ways to format HTML code automatically. Here are the ones I use:

Bookmark and Share

Categories & tagging

Category: HTML
Tags:

Leave a response