重置页面样式

创建人:hu_time
描述:重置一些html自带的一些样式,比如a标签的下划线,ul,li的小圆点等样式

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
     margin:0;padding:0;}
table{
     border-collapse:collapse;border-spacing:0;}
fieldset,img{
     border:0;}
li{
     list-style:none;}
input[type=radio]{
     cursor: pointer}
input[type=checkbox]{
     cursor: pointer}
*{
     box-sizing: border-box;}
a{
       text-decoration:none;
}

你可能感兴趣的:(html+css,重置样式,html页面重置样式,页面重置样式)