gpt4 book ai didi

html -
在大纲算法 (HTML5) 中仅呈现其元素之一

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

我是 HTML5 的新手,我阅读了大纲概念并理解了。我尝试了部分代码 this网站(概述我的代码):

<!DOCTYPE html>
<article>
<hgroup>
<h1>H1</h1>
<h2>H2</h2>
<h3>H3</h3>
</hgroup>
</article>

但我得到的结果让我感到困惑。我得到以下结果:

1.Untitled Section
1.H1

我知道我的输出中出现 1.Untitled Section 的原因,但是我的这部分代码去哪儿了

<h2>H2</h2>
<h3>H3</h3>

我在输出中看不到 H2H3。这是什么原因呢?举例说明。

提前致谢。

最佳答案

hgroup 仅包含大纲中的(第一)最高级别标题。

来自 http://dev.w3.org/html5/spec/the-hgroup-element.html

For the purposes of document summaries, outlines, and the like, the text of hgroup elements is defined to be the text of the highest ranked h1–h6 element descendant of the hgroup element, if there are any such elements, and the first such element if there are multiple elements with that rank. If there are no such elements, then the text of the hgroup element is the empty string.

使用 hgroup 的要点是实际上从大纲中屏蔽掉后续的标题。因此,您看到的行为是该元素存在的原因。

关于html - <hgroup> 在大纲算法 (HTML5) 中仅呈现其元素之一,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8741444/

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