gpt4 book ai didi

xhtml - 订购您的标题标签

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:29:53 24 4
gpt4 key购买 nike

我还没有找到这个问题,如果它已经在这里,请随时关闭。

您最喜欢在 HTML 中设置标题的方式是什么?

<h1> Main Part </h1>
<h2> In here there are many sections</h2>
<div id="section1">
<h1> Section 1 </h1>
<h2> Subtitle </h2>
</div>
<div id="section2">
<h1> Section 2 </h1>
<h2> Subtitle </h2>
</div>

<h1> Main Part </h1>
<h2> In here there are many sections</h2>
<div id="section1">
<h3> Section 1 </h3>
<h4> Subtitle </h4>
</div>
<div id="section2">
<h3> Section 2 </h3>
<h4> Subtitle </h4>
</div>

... 意思是从顶部开始排序,或者在页面的每个部分(/container/sidebar/whatever)中从 H1 开始。

还有其他实践。那么你更喜欢哪一个呢?你是否以不同的方式来做,如果是,怎么做?那里有最佳实践吗?这会影响 SEO 吗?哪个最语义化?


编辑:这里的人似乎同意第二种解决方案。这也是我的看法,但这是导致我提出这个问题的问题:如果我想在主要部分放置一个 h3 怎么办?

<h1> Main Part </h1>
<h2> In here there are many sections</h2>
<h3> Something else </h3>
<div id="section1">
<h3> Section 1 </h3>
<h4> Subtitle </h4>
</div>
<div id="section2">
<h3> Section 2 </h3>
<h4> Subtitle </h4>
</div>

我必须重写所有部分吗?这可能是一个完整的网站!通常很难准确知道一个部分中有多少个字幕。

请记住,这些部分可以是侧边栏或看起来完全不同的东西,也可以是页面上的其他地方。

最佳答案

我相信每个文档应该只有一个 H1 元素,但我不确定这是否是一条规则。然而,这是我倾向于遵循的事情。

因此,我投票支持您提供的第二个示例,拥有多个 H3/H4 等元素比多个 H1 元素更符合逻辑。这意味着您正试图以更好的方式传达层次结构。

关于xhtml - 订购您的标题标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1098806/

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