Why should I use display:table instead of table
问题 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? 回答1: What's the benefits of structuring my site with divs and apply the display:table property ( display:tr, display:tr). None whatsoever in my opinion, except that you