所以,在向我的兄弟演示Chrome浏览器的DOM浏览器时,我不禁注意到Google使用了<font size=-2>标签.
<font size=-2>
我知道这是一个愚蠢的问题,但从编程的角度来看 - 为什么他们会在Google上使用弃用的标签?是因为它比使用它更小<p class="whatever">,然后为它创建一个样式,或者只是去<p style="font-size: x-small">?
<p class="whatever">
<p style="font-size: x-small">
html css web-standards minify
css ×1
html ×1
minify ×1
web-standards ×1