// I plan to write some content first, so as to forget. As for my own / gossip, you can say slowly. . Ha ha. Note that it is not a tutorial, but basically writes the experience of my study. .
To get rid of the realm of the rookie, there is a need to strengthen three aspects: a stacked style sheet (CSS), client script (java script / vbscript), webpage art (image design). In these three aspects, it is a solid foundation. You are a prizable master in front desk design. Let's talk about CSS. CSS is used in (enhanced) control webpage styles and allows styles information to be separated from web content. It is very convenient to control the entire site. It is a necessary technology for web design. I have a friend, I usually see a web page feeling is not too good, I will click on IE -> Text Size -> The biggest, if the word is bigger, he concluded - the author is a rookie, because in him It seems that the font must be controlled by CSS, even if the CSS will be a novice. (Oh, in fact, some English websites are uncontrollable to the font size. However, the English letters become bigger, and the Chinese characters are usually controlled in the 9-10pt, this is the structure of English and Chinese characters. Different. It is recommended that the Chinese website is in the form of a CSS. DW is very good in this area, which can greatly improve efficiency. However, since we have to improve, you must learn to write code, learn to add the STYLE effects you need in HTML anywhere as you want to accurately, without relying on the software. So learning to learn CSS syntax. According to the original intention of its design, the function of CSS is very powerful, even very professional printing, sound processing, etc. But on the current web design, it is mainly important to master too much. Here are some content I feel that you need to master: 1. How to join CSS control for web pages, mainly with external style sheet files, define internal style block objects, and within linen definitions. 2. Familiar with the common attributes and parameters of CSS style sheets, such as Font, Color, Font-Family, Font-Size, text, Align, and Background, Positioning, Dimensions (Layout), Border (Borders), List, Table, Scrollbars, and more. . . These properties can be slowly familiar with and master during the production process. Like learning HTML, pay attention to compatibility. The most commonly used is the font, positioning, border. The scroll bar in the design class site often needs to add color and three-dimensional effects with CSS, but this attribute is IE5.5 unique. 3. Advanced content, such as pseudo-classes, pseudo-elements, etc., in addition to common: link,: hover,: visited, most of which belong to CSS2, especially pay attention to the browser compatibility. 4. Filter. It is very powerful and very fun. However, I have basically used it after I learned the image design: P to beundinued .....