Since I learned about the W3C Validator , I have made sure that every HTML document I made is valid HTML.
However, in my opinion, sometimes you just donโt need to waste time making it valid. Of course, for actual web pages it can be important, but it makes pages on the intranet or even small interfaces that are used with other programs when the HTML page is displayed correctly in the most used browsers (not necessarily counting IE 6 and 7).
I think that I am mainly talking about small improvements over the code, for example, wrapping each page element displayed with <p> or <div> tags.
w3c-validation
Martรญn fixman
source share