Tables are the bain of many a developer as they can be cumbersome, buggy on different browsers and hard to code but thankfully the days when tables were used to markup entire web sites are gone (mostly anyway!)
I found this Table example on .NET magazine and, as you can see, it really is an elegant, well written solution by Inayaili de Leon. Here, she creates a beautiful and original HTML data table using semantic and clean markup using the latest and greatest CSS techniques.
This coding style is careful not to use unnecessary selectors, classes or IDs and uses often underused CSS selectors.