我遇到了这个:
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,d l,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{background:transparent;border:0;font-size:100%;list-style:none;margin:0;padding:0;outline:0;vertical-align:baseline;}
评论提及重置,
我想用于将属性重置为默认状态
但是,边距,填充,边框
似乎不适用于a
或b
/ strong
,
有这么大的重置是什么意思?
这会降低渲染速度吗? (这些属性 ALMOST 继承所有元素)
答案 0 :(得分:3)
重点是浏览器的一致性。 CSS没有给出每个元素的初始状态的明确定义,因此,根据浏览器,同一页面可能会有不同的显示
就渲染速度而言,您不必担心它。
找到优秀的css重置