CSS Study Notes (1)
I quit my work some time ago, and recently I am bored at home. I think it's time to take a good look at reading books, learn something, and play around all day.
No way. After several days of thinking, I decided to practice CSS first.
I found a CSS book named "CSS design thorough research" by Wen Qian.
Personal suggestion:
To learn CSS, you must first understand the following:
1. Distinguish block-level elements from intra-row Elements
2. Understand the principle of the Box Model
3. Floating and positioning, that is, the "stream" in the "stream layout", that is, how each element in the HTML structure goes from top to bottom,
From left to right
As for the importance and advantages of CSS, similar posts on the Internet are everywhere. If you want to see it again, Google it yourself. I will not describe it here.
Okay. Start practicing in the next section ......