连接文字属性
a{}
a:link{} /* 连接颜色 */
a:visited{} /* 已经访问 */
a:hover{} /* 鼠标经过变换 */
a:active{} /* 活动连接 */
display:block; 定义到a中,可以定义a的宽高
text-decoration:none; 无下滑线
字体设置
font-family: 设置字体类型【Arial、Tahoma、Verdana、仿宋_GB2312、黑体、楷体_GB2312、隶书、宋体、幼圆】
font-size: 设置字号大小
font-style: 设置字体风格
font-weight: 设置字体粗度【normal、bold加粗、bolder、lighter】
text-transform: 文字变形
text-decoration: 文字修饰
位置设置
word-spacing: 词间距设置
letter-spacing: 字间距设置
line-height: 行距设置
text-align: 文字水平对齐方向【center局中】
vertical-align: 垂直对齐方向
text-indent: 首行缩进
outline-style:none; 去除点击图片链接时候的虚线框
a:active{outline:none;blr:expression(this.onFocus=this.blur());} /* 链接点击无虚线框(不符合W3C) */
a:active {outline:none;star:expression(this.onFocus=this.blur());} /* 链接点击无虚线框 */
<font face="Arial" size="2" color="#000000"></font> 单独定义某段字体颜色(字体,字号,颜色)
<h1 class="center">这个标题是居中排列的</h1>
本内容试读结束,登录后可阅读更多
下载后可阅读完整内容,剩余4页未读,立即下载