HTML initialization page and a tag are not underlined

WBOY
Release: 2016-09-01 00:00:55
Original
1730 people have browsed it
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;}
Copy after login
  ul li {list-style:none;}
Copy after login
<span style="color: #000000;">a{text-decoration:none;}
a:link,a:visited{
 text-decoration:none;  /*超链接无下划线*/
}</span>
Copy after login
<span style="color: #000000;">a:hover{
 text-decoration:underline;  /*鼠标放上去有下划线*/
}</span>
Copy after login

 

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template