What\'s the benefits of structuring my site with divs and apply the display:table property ( display:tr, display:tr). Doesn\'t this mean that the divs will behave exactly li
display: table; doesn't mean you turn divs into tables, it just makes that certain properties (like vertical-align) work where they normally wouldn't. It's not anything like using table for layout.