字号 font-size: 12px;
span1
span2
加粗 font-weight: 700;
span1
span2
倾斜 font-style: normal;
em1
em2
行高 height: 50px; line-height: 50px; 单行垂直居中
p1
字体族 font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino, Sans GB, "\5B8B\4F53", sans-serif;
测试
复合属性 font: 倾斜 加粗 字号/行高(12px/1.5) 字体
测试
缩进 text-indent: 2em;
测试
水平对齐 text-align: center;
文本修饰 text-decoration
1无修饰 none
2下划线 underline
3删除线 line-through
4上划线 overline
测试 测试 测试 测试
颜色
rgb(r,g,b) rgb取值0~255
rgba(r,g,b,a) a取值0~1
#RRGGBB 16进制取值0~f #000000简写#000