码迷,mamicode.com
首页 > Web开发 > 详细

常用网页标签重置CSS

时间:2015-04-17 21:49:31      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:

做前端开发时常需要将网页中所有标签的格式清空,从而使各个浏览器标签样式一样。以下是网络上常见的CSS代码
/* =s Reset (by YUI 3) */ html{color:#000;} 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;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:‘‘;} abbr,acronym{border:0;font-variant:normal;} sup{vertical-align:text-top;} sub{vertical-align:text-bottom;} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} input,textarea,select{*font-size:100%;} legend{color:#000;} /* =e Reset */

常用网页标签重置CSS

标签:

原文地址:http://www.cnblogs.com/Seanit/p/4435959.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!