Has anyone here ever looked at Google's HTML? Urgh. Yuck. Eek. How could such a premiere site on the net have code like that behind it. It's got no CSS except to define the font each element should use. It's got horrid attribute definitions without quotes. It's got a tabular layout. And to find all this out, you have to run HTML Tidy on it, which generates 29 warnings. Just what are the folks at Google on? Did they go for the 'retro' approach or do web standards mean nothing to them?
Furthermore: there isn't even a doctype specified to validate it against. Perhaps the doctype should be "HTML 4 RubbishMarkup". Overriding it with HTML4 Transitional gives this mess of results.
Furthermore: there isn't even a doctype specified to validate it against. Perhaps the doctype should be "HTML 4 RubbishMarkup". Overriding it with HTML4 Transitional gives this mess of results.
Comment