Clean HTML. -- if you have ever tried copying an Excel sheet or a Word document into an HTML web page (i.e. Blackboard), you know the amount of useless tags and styles that are added to the output making the HTML file bulky and complex.
Similar is the situation when your copy-paste rich text from an existing web page into another text editor. To keep your HTML clean and beautiful, Tom Dyson has created an online utility at WordOff.org that takes your "dirty" HTML and strips out all the junk while preserving the links and basic formatting.
Word Off will delete all HTML elements that are empty, removes every and tag and reduces the number of line breaks.