1.文本大小: (font-size:12px)单位还可以是em,系统默认的字体大小为16px
2.文本字体:{font-family:字体1,字体2,字体3;}
3.文本颜色: {color,颜色值}red/#f00/rab(255.0.0)
4文字加租:font-weight:bolder(更粗的)/bold (加租) /normal (常规)/100-900;
5文本倾斜: font-style: italic/oblique/normal (取消倾斜,常规显示);
6.水平对齐: {text-align:left左/right右/center居中/ustify两端对齐(在部分浏览器中,对于中文不起作用);}
7.文字行高: {line-height:normal/value;} line-heiht:20px; line-height:2em; (当行高的单位省略时,默认为em)
8.文本修饰:{ text-decoration:none/underine/overline/line-through}
9.首行编进: {text-indent:value;}
10·检索英文字母大小写: {text-transform:none无转换/capitalize首字母大写/uppercase全大写/lowercase全小写;}
11.字间距: {letter-spacing:value;}控制英文字母或汉字的字距
12.词间距: {word-spacing:value;}控制英文单词词距。