Home >Web Front-end >HTML Tutorial >DIV CSS vs Table_html/css_WEB-ITnose
Recently I was responsible for beautifying the interface of the company's project. The nested tables were really terrible, which brought a lot of inconvenience to the interface. After patient rectification, it was finally completed.
Regarding the benefits of using DIV CSS instead of Table, I think the following points are included:
1. Greatly reduce page code, increase page browsing speed, and reduce bandwidth costs;
2. Easy to post-code Maintenance, shortening modification time and facilitating updates.
3. The structure is clear and the performance and content are truly separated, which is conducive to reconstruction.
Today, I saw a gardener say that the difference between div and table is not the speed, but the loading method, and I understand a little bit more.
Specifically:
The loading method of div is to load as soon as it is read. When encountering