Advantages and disadvantages of HTML + CSS-using DIV + CSS layout, css-div
For a simple TABLE, running in a browser is not as efficient as DIV + CSS. Of course, this will affect the user experience.
In addition, the TABLE layout is not conducive to crawling and downloading pages of search engines for the same HTML page. As a result, the user response is slow. HTML and CSS are separated to facilitate refactoring.
Of course, there will also be three problems as follows:
1. High Development Technology: The development of div css requires a high level of technology and is compatible with various browsers and version browsers.
2. Long development time: the div css layout is relatively longer than the table layout development time.
3. Development costs are relatively high compared with tables: because of the technical and time nature, the div css page costs higher than the table Page.