| | Well I was bored and had nothing to do but to check out how some of the big guys in the web code their web pages. And what I found on Yahoo's index page is a very messy code. View the page source code here: http://www.yahoo.com/ Currently, the website does not use XHTML 1.1 mark-up language and if it were to go through validation as XHTML, it would have 37 errors. Here's the link to it: http://validator.w3.org/check?uri=http%3A%...ww.yahoo.com%2F It seems that in the source code, all Javascript codes are all in their, no external JS files even CSS files. It uses JS and CSS extensively that 90% of the code is made up of these two. I have no objection to that but why not take the time to tidy up the coding and separate JS and CSS scripts from the actual HTML page. What do you guys think? |

