Why should I use display:table instead of table
- by nimo9367
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 like tr and td elements?
I know I probably shouldn’t use tables or table behavior for layout at all but I'm just curious if there's a difference and a benefit?