gpt4 book ai didi

CSS 重置带有展示和弃用的标签

转载 作者:行者123 更新时间:2023-11-28 15:47:23 25 4
gpt4 key购买 nike

为什么 Eric Meyer 在他的 css reset 中没有可取的、表示性的、弃用的和非语义的标签? (即小程序、iframe、big、s、small、strike。)

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

最佳答案

因为不幸的是,人们仍然在使用它们。在样式表中引用已弃用的元素并没有什么无效的。在您的标记中实际使用它们是无效的。 Meyer 的重置是修复元素呈现的方式,而不是修复您选择使用哪些元素开始。

关于CSS 重置带有展示和弃用的标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2111142/

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