我知道html,css验证和pagespeed中关于css性能的一些规则。有没有一体式的检查工具?也许它可以检查一些html标记的最佳实践。
发布于 2010-01-21 15:23:04
对于超文本标记语言,考虑使用HTML Tidy
发布于 2010-01-21 15:44:24
在firefox中使用此Html Validator 0.8.5.8。
https://addons.mozilla.org/en-US/firefox/addon/249
它将显示错误并给出最佳建议
这个用于Firefox1.0 https://addons.mozilla.org/en-US/firefox/addon/13048的CodeBurner
如果你需要软件,那就使用这个http://www.freehtmlvalidator.com/
如果你需要在线工具,那就去找这个http://www.onlinewebcheck.com/
发布于 2010-01-21 15:25:44
考虑一下来自雅虎的YSlow火狐扩展。
https://stackoverflow.com/questions/2107512
复制相似问题