gpt4 book ai didi

html - 在 html 5 中正确使用
标签

转载 作者:搜寻专家 更新时间:2023-10-31 08:11:19 25 4
gpt4 key购买 nike

我正在将 html5 实现到博客模板中,我对如何在首页上标记不同的“部分”感到有点困惑。这是一个杂志主题,所以所有的主题都是松散相关的。为了便于讨论,假设这是一个电影网站,我有新闻版 block 、预告片版 block 和访谈版 block 。在我的索引中是否合适:

<section>
<h1>Trailers</h1>
<ul>
<li><a href="article">article</a></li>
<li><a href="article">article</a></li>
<li><a href="article">article</a></li>
<li><a href="article">article</a></li>
</ul>
</section>

最佳答案

根据section spec :

A general rule is that the section element is appropriate only if the element's contents would be listed explicitly in the document's outline.

这意味着如果您只想对内容执行一些脚本或应用样式,您应该改用 div。如果您认为 section 的内容应该被 syndicated 那么您最好使用 article 标签。

您可以在此处查看一些示例和指南:http://www.w3.org/TR/2011/WD-html5-20110525/sections.html#headings-and-sections

关于html - 在 html 5 中正确使用 <section> 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16781909/

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