标签:under 字母 标准 控制字符 div text 文本 ext ati
<head> <style type="text/css"> body {letter-spacing:0.5px} </style> 字符间距0.5
<head> <style type="text/css"> body {line-height:100%} </style> 行高100% 一般其他网页的行高为110%
1,这里也可以用像素设置行高,20px是其他网页的标准
2,页可以用数值表示,1是其他网页的标准
<style type="text/css"> p {text-align:conter} <style>
<style type="text/css"> p {text-decoration:underline} <style>
1,显示的是文字下面加一行下划线
2,overline 在顶上上下划线
3,line-through 一条线贯穿文本
<style type="text/css"> p {text-indent:1cm} </style>
<style type="text/css"> p {text-transform:uppcase} <style> 1,p字段里的字母全部大写 2,lowercase全部小写 3,capitalize首字母大写
<style type="text/css"> p {word-spacing:30px} <style>
标签:under 字母 标准 控制字符 div text 文本 ext ati
原文地址:http://www.cnblogs.com/52forjie/p/7554036.html