15 of the top 20 websites use tables for layout
A very interesting post by I Am El Gringo:
For the time-constrained, I submit to you the results of my highly scientific research:
- Yahoo: Minimal Use of tables. I found a picture of Hugh Downs horizontally aligned with it’s caption in a table
- Google Home Page: Not only does Google use tables for it’s iconic home page, it embeds styling in the <td> tags. The horror.
- YouTube: Uses tables for of layout of videos
- Windows Live: Uses tables for footer layout
- MSN: There is one table, but it’s only for stockquotes which is tabular data
- MySpace Semantically pure. MySpace. Whoda thunk it
- Facebook: Does form layout with tables
- Blogger: No tables anywhere on the front page
- Orkut All tables all the time
- Rapidshare: A table with a single <td> for header placement. And again a single <td> table for the central “browse” section. Tsk tsk
- Microsoft: Navigation bar is a table. What did you expect? Unicorns and rainbows?
- Google India: It’s the same Google layout. I wonder if they used copy and paste for the template?
- Ebay: Tables, tables every where
- Hi5: Tables for every thing, pretty much. BTW, I didn’t even know this site existed until last week. Alexa rank 14!?
- Photobucket: Tables for photo gallery layout
- AOL: AOL’s layout is semantically pure! Friggin AOL?
- Google UK: Same GOOG layout. I’m now sure the copied an pasted their html
- Amazon: Now that’s just silly
- IMDB: They used tables for their 3 column layout. What! No CSS framework?
- Imageshack: Semantically pure as the driven snow.
- Finally, even though it’s not on Alexa’s top 20, log in to your Gmail account and look at
the use of tablesMy Hypothesis: Pure CSS design == overcompensation
So, the five companies that use CSS are the web powerhouses–MSN, MySpace, Blogger, AOL and Imageshack. MSN, MySpace and AOL have been maligned for years throughout the web savvy community. My hypothesis is that these companies are overcompensating for the crap that they’ve taken thoughtout the years by designing their site in pure CSS.
Other companies that have more web street-cred like Google and Facebook don’t really have to worry about how the web design community sees them. This leads to things like Google making extensive use of inline styling on their homepage instead of putting it in their stylesheet. I’ve never heard anyone claim that the Google folks are slouches at the web design/development thing. Why is that?