When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.
Tidy is able to fix up a wide range of
When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.
Tidy is able to fix up a wide range
Currently, there is no GUI for HTMLtidy, but I have one planned - it'll be uploaded both here and on AmiNet when it's finished, but until then, just use HTMLtidy from the command line (via the command tidy).
Typing tidy -h will give a list of the various options available, and details of what the options do, together with information about the config file feature, are all available here.
WhatWare?
HTMLtidy is released as freeware. The original source code is © Dave Raggett and the W3C. This port is released with Dave's knowledge and permission.
If