views:

116

answers:

5

I 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.

+5  A: 

For HTML, consider using HTML Tidy

Amit
It yells at me for not including `summary` attributes in my `<table>` tags. Why is that?
amphetamachine
A: 

Consider YSlow firefox extension from yahoo.

Here Be Wolves
A: 
Nimbuz
A: 

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.

Pascal Thivent
+4  A: 

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

alt text

And this CodeBurner for Firefox 1.0 https://addons.mozilla.org/en-US/firefox/addon/13048

alt text

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/

metal-gear-solid