tags:

views:

224

answers:

4
+3  Q: 

HTML code analyzer

Is there any HTML code analyzing tool that suggests tips to improve the HTML code?

+6  A: 

http://validator.w3.org/

The most important tool, to ensure validity.

Articles such as this for tips on writing semantic, clean html and avoid common html-diseases like divitus, classitus, optimizing your code, and other best practices.

Guides such as these which are more in-depth and cover accessibility, development in general, css, JS/DOM ( since DOM is what is used for HTML ).

And the mother of all:

Though it's not very newbie friendly and I'd recommend guides like htmldog instead, but this would be the go-to source for looking up directly from the source.

meder
+1 all good refs
Jonathan Fingland
Very Good links.
RPK
+1  A: 

tidy

Tordek
+2  A: 

For standards? This one is good: http://validator.w3.org/

Or do you want perf or readability or ...?

popester
+1  A: 

Sitesifter is decent (although it identifies issues and links to documentation, it isn't an automated fixup tool — but most problems can't be automatically fixed anyway)

David Dorward
Nice, haven't heard of it. Remember me from IRC? :p
meder