1,颜色(color)
1)英文
2)十六进制(常用)
3)RGB代码
2,文本对齐
1)水平对齐
text-align:left,right,center
2)垂直对齐
line-height:height px;
3,文本装饰(text-decoration)
下划线:underline (常用)
删除线:line-through
上划线:overline
无线 :none(常用)
4,缩进(text-indent)
1)数字px
2)数字em //当前一个元素大小(相对单位)※