What are the advantages of DIVS over tables?
I am curious as to what are all the advantages of using DIV's over Tables and vice versa.
Thanks, XaiSoft
This question gets asked a lot. Take a look at these:
Why not use tables for layout in HTML?
DIV's vs. Tables or CSS vs. Being Stupid
Yet Another Divs vs Tables issue: Forms
Here's another one:
Tables instead of DIVs
To summarize all those links:
It's not div vs tables as much as it is semantics vs tables. Div and tables (used appropriately) are each only a small part of a semantic layout.
There a number of reasons to use a good semantic layout. Most of them come down to supporting "fringe" browsers, but you might be surprised how many of those there are:
Also, you'll get better separation of content from function, making it easier to maintain the site between a separate designer and programmer
链接地址: http://www.djcxy.com/p/15496.html下一篇: DIVS比表格有什么优势?