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

Posted yangzailu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html初始化页面和a标签无下划线相关的知识,希望对你有一定的参考价值。

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标签无下划线的主要内容,如果未能解决你的问题,请参考以下文章

div+css中做链接时如何去掉下面的横线?

请问vc中为啥有的函数前缀为下划线,有的函数无下划线?两者有啥区别?

页面跳转

Android 给TextView的内容 添加跳转无下划线

css去掉下划线

几条jQuery代码片段助力Web开发效率提升