CSS Study Notes
Calling
Add an external style sheet in the <head> of HTML:
<link rel="stylesheet" href="xxx.css">
Here, xxx.css is the CSS file in the same directory.
Note: Use link-style external...
本文介绍了CSS的基本语法、选择器、颜色、文本格式、伪类、盒模型、布局、标准等内容,并提供了CSS属性的分类和顺序。