Home >Web Front-end >HTML Tutorial >HTML initialization page and a tag are not underlined

HTML initialization page and a tag are not underlined

WBOY
WBOYOriginal
2016-09-01 00:00:551761browse
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;}
<span style="color: #000000;">a{text-decoration:none;}
a:link,a:visited{
 text-decoration:none;  /*超链接无下划线*/
}</span>
<span style="color: #000000;">a:hover{
 text-decoration:underline;  /*鼠标放上去有下划线*/
}</span>

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn