CSS is the style, DIV is the layer. DIV + CSS is a web standard (web standard), usually to illustrate the difference with the HTML web design language in the table (table) positioning method. DIV+CSS is the web standard (web standard), usually to illustrate the difference with the HTML web design language in the table (table) positioning method. Because the XHTML web design standard, no longer use the table positioning technology, but the use of DIV+CSS way to achieve a variety of positioning.
Learn the HTML language, and then learn DIV + CSS will come in handy.
HTML language is very easy to learn, must be familiar with some commonly used code, because there is like dreamweaver such as help to generate html code tools, so many people have ignored the learning of HTML. After learning the most basic language of HTML Internet, in learning DIV + CSS, you will find: the original DIV + CSS is that way, a piece of cake.
2. use Dreamweaver's code pattern to write DIV and CSS.
For beginners in web design, it is difficult to write code directly using tools such as Notepad and Notepad. This is because Dreamweaver's code pattern has a hint function, which ensures that the syntax is written correctly. You can also write unfamiliar syntax correctly at once.
As shown in the picture: writing div, html when DW provides the function.
How to learn DIV+CSS from scratch website design website tutorial 1st
Writing CSS when DW toolbar on the right of the CSS visual editing features.
How to learn DIV + CSS from scratch website design tutorials site 2
I learned DIV+CSS from Dreamweaver's code pattern, maybe not the best, but very practical.
3: Develop good writing habits .
Have good habits, that this person will live, have good CSS writing habits, that this person do things rigorously. Write css online when there are many recommended norms, such as menu classes with menu, copyright with copyright (CoryRight), the bottom with footer and so on, in the writing order is generally: display properties - their own properties - text properties. Of course, these are no hard and fast rules, but follow some unwritten rules is not a bad thing, so that their own code, easy for others to read, search engines also like more.