码迷,mamicode.com
首页 > Web开发 > 详细

html初始化页面和a标签无下划线

时间:2016-08-31 17:11:14      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, img, form { padding:0px; margin:0px; border:0; font-size:14px; } h1, h2, h3, h4, h5, h6 { font-size:14px; font-weight:100; margin-top:0px !important; margin-bottom:0px !important;}
  ul li {list-style:none;}
a{text-decoration:none;}
a:link,a:visited{
 text-decoration:none;  /*超链接无下划线*/
}
a:hover{
 text-decoration:underline;  /*鼠标放上去有下划线*/
}

 

html初始化页面和a标签无下划线

标签:

原文地址:http://www.cnblogs.com/yangzailu/p/5826700.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!