Hey everyone,
Back when I was learning HTML, it seems I kinda picked up a hodge-podge of different standards, so when I look at the code of one of my pages, everything's cross-browser functional, but it never validates to any one standard (like XHTML, HTML 4 Transitional, etc). So I was wondering, how important is it that our sites maintain 100% compliance to the w3c standards? I mean, I understand that we shouldn't go off and be stupid using propietary tags (IE) for our sites, but using stuff like 'topmargin=0' in our body tag--is stuff like that really worth fussing over?
I was interested to see what you guys thought.
--Joel