Today I read "proficient in CSS. div webpage style and layout video, I think it is still good. It is easy to get started after reading a lot of pages a day. CSS can be used to show off a lot if you are familiar with it, some basic CSS knowledge can be combined to implement changes on the webpage.
A very important concept of CSS is to focus on the relationship between the whole and the local. The overall settings page and partial settings page can be freely available. Overall grasp of the effect of the entire page. Similarly, it can also play a role in improving the flash effect. If you have time, try to learn CSS styles.
This book is good.
Notes:
CSS selector:
Including the tag selector, category selector, and Id selector.
<Style>
H1 {
Color: 0 xffffff;
}
</Style>
<Style>
. Myclass {
Color: 0 xffffff;
}
</Style>
<Style>
# ID {
Color: 0 xffffff;
}
</Style>
And so on.