To what point is making an HTML page valid worth it?
Posted
by Martín Fixman
on Stack Overflow
See other posts from Stack Overflow
or by Martín Fixman
Published on 2010-06-16T03:55:16Z
Indexed on
2010/06/16
4:02 UTC
Read the original article
Hit count: 315
w3c-validation
|valid-html
Since a long time ago, when I found out about the W3C Validator, I made sure every HTML document I made was valid HTML.
However, I think sometimes it just isn't necessary to waste time making it valid. Of course, for actual Internet pages may be important, but is making pages on an Intranet, or even little front-ends that are used with other programs, when the HTML page renders correctly in the most used browsers (not necessarily counting IE 6 and 7).
I think I'm mostly talking about little improvements over code, such as wrapping every shown element of the page on <p>
or <div>
tags.
© Stack Overflow or respective owner