>웹 프론트엔드 >HTML 튜토리얼 >HTML 초기화 페이지 및 태그에 밑줄이 표시되지 않습니다.

HTML 초기화 페이지 및 태그에 밑줄이 표시되지 않습니다.

WBOY
WBOY원래의
2016-09-01 00:00:551748검색
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>

 

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.