Right.
> Thus I'd
>suggest a three-pronged approach:
>
>1. validation tool for hand-written HTML
As an example, please see:
http://www.hal.com/~markg/HaLSoft/html-check/
I use this in combination with CVS to maintain my web space: I
have a development copy of my documents, and when I think they're
ready for release, I do:
% cvs commit
the cvs commitinfo config file fires up html-check on *.html, and
if any of them aren't valid, the commit bombs out. I fix the
errors, and try again.
Works good. Give it a try!
Dan