gpt4 book ai didi

CSS重置问题

转载 作者:行者123 更新时间:2023-12-04 19:30:39 25 4
gpt4 key购买 nike

Eric A. Meyer CSS 重置定义所有元素名称,例如:

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

我的问题是,可以使用星号选择器而不是像上面那样定义所有元素吗?

*{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

如果是,哪个更好用?谢谢。

最佳答案

因为列表名不是“所有元素名”,你不应该使用*——注意没有inputselecttextarea 列表,仅举几个例子。

关于CSS重置问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7498714/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com