字体:font-family: "Microsoft Yahei"
字号、颜色:font-size:12px;color:#666
粗体:font-weight:bold
斜体:font-style:italic;
下划线:text-decoration:underline;
删除线:text-decoration:line-through;
缩进:text-indent:2em;(缩进两个)
行间距:line-height:2em;(行高)
中文字间距、字母间距:letter-spacing(文字间隔、字母间隔);英文单词之间的间距呢?可以使用 word-spacing
对齐:块状元素中的文本、图片设置居中样式,text-align:center;
相关文章推荐: