Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am designing a web site but it is behind a firewall and such services like http://validator.w3.org/ will not work.

Are there any free apps I could run on Windows or Mac OS X that will validate html and css?

share|improve this question

5 Answers

up vote 11 down vote accepted

Use the HTML Validator plugin for Firefox

http://users.skynet.be/mgueury/mozilla/download.html

It will even work on HTML files on your PC

share|improve this answer

Note that the (X)HTML validator also has Validate by File Upload and Validate by Direct Input options. The CSS validator has a similar set of options. It would be trivial to write a script that validated automatically using one of those methods.

share|improve this answer

Note also that the W3C HTML Validator is Open Source Software and the source is available at HTML Validator Source

share|improve this answer

the w3 validator does have a 'validate by direct input' option (which I use constantly) however TravisO's answer is worthy as the chosen answer :)

share|improve this answer

The Web Developer Toolbar for Firefox has "Validate Local HTML" under the Tools menu, which does exactly that. And that's only one of about 457 reasons to install the Web Developer Toolbar.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.