页面布局常用标签
无意义块状元素标签
无意义行内元素标签
段落标签
无序列表
列表项
超链接标签
![]()
图片标签
斜体标签
粗体标签
### css基本语法。选择器+属性+属性取值
id选择器   #id
类选择器   .class
关系选择器  div p、 div>p、div,p
伪类选择器 hover
结构性伪类选择器  E:after、E:before、E:nth_child()、E:first-child、E:last-child
### 页面布局常用属性
字体属性:font-size
文本属性:text-decoration、text-align
首行缩进:text-indent
行高:line-height
宽高属性:width、height、min-height、max-height
背景属性:background
列表属性:list-style
字体颜色:color
### 页面布局应用属性
定位属性:position
布局属性:display
浮动属性:float、clear
盒子模型:border、margin、padding
圆角边框:border-radius
阴影:text-shadow、box-shadow