前端页面格式化代码

大家在写前端页面的时候经常也是用到各种格式化,要么就是手写,要么就是网上找一份,这里有一份比较齐全的格式化,大家可以参考使用

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
html,body,fieldset,img,iframe,abbr{border:0;}
li{list-style:none;}
textarea{overflow:auto;resize:none;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
a,a:hover{text-decoration:none;}
body{font-family : "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;}
a {
	outline: none;
}

 

 

你可能感兴趣的:(前端——HTML)