gpt4 book ai didi

HTML5 : article inside article?

转载 作者:太空狗 更新时间:2023-10-29 14:44:58 24 4
gpt4 key购买 nike

如果我们有一个博客文章列表,就像在这种情况下:http://www.gamempire.it/news我认为每个帖子都可以是 <article> ,但页面标题(“Novità”)可能是 <h1> , 是什么的语义标题?一个部分?

所以,我不知道这样做是否更好:

<section>
<h1>Novità</h1>
<article>...</article>
<article>...</article>
<article>...</article>
</section>

或:

<article>
<h1>Novità</h1>
<article>...</article>
<article>...</article>
<article>...</article>
</article>

最佳答案

就规范而言 <article>sectioning content因此,accepts any flow, sectioning and palpable content (except <main> ) ,包括其他<article>秒。

就语义而言,这取决于:文章是独立的、自包含的组合,可以包含其他文章,只要它们也是独立的、自包含的组合,同时是主要组合的一部分。

When article elements are nested, the inner article elements represent articles that are in principle related to the contents of the outer article. For instance, a blog entry on a site that accepts user-submitted comments could represent the comments as article elements nested within the article element for the blog entry.

关于HTML5 : article inside article?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18430441/

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