Is there any HTML code analysis tool that offers tips for improving HTML code?
http://validator.w3.org/
The most important credibility tool.
Articles such as tips for writing semantic, clean html and avoid common html diseases like divitus, classitus, optimizing your code and other best practices.
Guides, such as more in-depth and accessible, development in general, css, JS / DOM (since the DOM is what is used for HTML).
And the mother of everything:
Although it is not very friendly to beginners, and I would recommend manuals such as htmldog, it would be the original source for direct search from the source.
For standards? This is good: http://validator.w3.org/
Or do you want performance or readability or ...?
Sitesifter is worthy (although it identifies problems and links to documentation, it is not an automated fix tool), but most problems cannot be automatically fixed)
The Pretty Diff reporting feature offers suggestions for improving your HTML, plus many features.
http://prettydiff.com/?m=beautify&html
I would add the following code analysis tools to the list: