可能重复:
为什么css重置不使用'*'来覆盖所有元素?
目前我使用:
*{
margin:0;
padding:0;
}
但我不确定人们为什么继续使用:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
}
大多数网站(包括这个网站)使用第二种方法有什么特别的原因吗?像这样增加 CSS 文件大小一定有很好的理由