Is there any tools for check html quality? [closed]
开发者_JAVA技巧
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI know about html, css validation and some rules in pagespeed about css performance. Is there any all in one tool for checking? May be it can check some best practice for html markup.
For HTML, consider using HTML Tidy
Use this Html Validator 0.8.5.8 with firefox .
https://addons.mozilla.org/en-US/firefox/addon/249
It will show error and will give best suggestion
And this CodeBurner for Firefox 1.0 https://addons.mozilla.org/en-US/firefox/addon/13048
And if you need software, then use this http://www.freehtmlvalidator.com/
And if you need online tool, then go for this http://www.onlinewebcheck.com/
Consider YSlow firefox extension from yahoo.
- Web Page Analyzer
- Google SpeedTracer
- Safari/Webkit Web Inspector
Have a look at The W3C QA Toolbox (for Markup, Links, CSS validation) and the popular YSlow Firefox extension, PageSpeed (another Firefox extension) and SpeedTracer (sort of like YSlow!, but for Google Chrome) which are more performance oriented.
精彩评论