In fact, CSS+DIV is one of the commonly used terms in website standards (or "WEB standards"). CSS is the abbreviation of Cascading Style Sheets in English. It is a computer language used to express file styles such as HTML or XML. The DIV element is an element used to provide structure and background for block-level content within an HTML document. Everything between the start and end tags of the DIV is used to form the block, and the properties of the contained elements are controlled by the properties of the DIV tag, or by formatting the block using a stylesheet.
div CSS is one of the most popular web page layout formats. In the past, we often used layout tables for layout, but now some well-known web designs all use DIV CSS for layout. The benefits of DIV CSS can be used HTML code is neater and easier for people to understand, and the browsing speed is a little faster than the traditional layout method. The most important thing is that it is much more controllable than the layout table.
Reference: http://www.fixty.cn/A00210004.html