Best HTML Validators
To evaluate HTML validators I looked for the following features:
* Validate against a defined DTD or schema
* Validate groups of files in a batch
* Validate HTML both online and offline
* Display warnings as well as errors
* Validate HTML, but also CSS, JS, Access, links, spelling, orphans, browsers, and speed
* Price
One Reason to Use Valid HTML
Writing valid HTML often seems like a nuisance, but one reason is if your site is moved into a database, valid HTML or really valid XHTML can become very important. Many CMS programs require valid XHTML because they are based on XML and installed in databases.
Common Validation Problems and How to Fix Them
HTML validators can be very intimidating to the novice Web developer. But if you learn a few simple steps you can turn the W3C validator and others like it into a valuable tool for solving problems with your Web pages.