The use of Css+div to the Web site has been increasingly valued by everyone, especially the large site, this afternoon, IT168 home page revision was chosen this approach. In fact, earlier, such as Alibaba, 163 and other large portal sites have completed the refactoring work. Robin has had the habit of using Css+div to write web-source code as early as last year, and personally feel that this approach is much better than the traditional form of the source architecture.
Using Css+div to reconstruct the Web page with the traditional table page layout has the following 4 notable advantages:
1: Performance and content phase separation
The design part is stripped out and placed in a stand-alone style file, where only textual information is stored in the HTML file.
2: Improve indexing efficiency of search engines on Web pages
Using HTML that contains only structured content instead of nested tags, search engines will more effectively search your Web content and may give you a higher rating.
3: Improve page browsing speed
For the same page visual effect, the page size with Css+div refactoring is much smaller than that of the table-encoded paging file, which typically has only 1/2 of the latter.
4: Easy Maintenance and revision
You can redesign the entire site's pages by simply modifying a few CSS files.
From the above description, the use of Css+div to the site reconfiguration can greatly enhance the site users and search engine friendly degree.