gpt4 book ai didi

html - <header> 是语义标签还是结构标签

转载 作者:太空狗 更新时间:2023-10-29 13:12:40 25 4
gpt4 key购买 nike

拿这两条标记:

<div id="header">
<img src="/img/logo.png" alt="MyLogo" />

<ul id="misc-nav">
<li>..</li>
</ul>

<header>
<h1>Welcome to Bob's Website of Fantastical Conbobulations</h1>
<p>The smell of invention awaits you...</p>
</header>
</div>

<header>
<img src="/img/logo.png" alt="MyLogo" />

<ul id="misc-nav">
<li>..</li>
</ul>

<h1>Welcome to Bob's Website of Fantastical Conbobulations</h1>
<p>The smell of invention awaits you...</p>
</header>

我的例子可能并不完美,但我想知道标签的目的是为了内容的语义定义,还是使用 CSS 的 block 级结构定义?

这是我的理解from the spec itself ,第一个例子是正确的解释,但我认为第二个例子被吹捧为正确的方式。

你能澄清一下吗?

最佳答案

两者都很好。但是,“结构”与“语义”到底是什么意思?

关于html - &lt;header&gt; 是语义标签还是结构标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4641876/

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