📅  最后修改于: 2020-11-01 06:44:01             🧑  作者: Mango
可以将HTML标题或HTML h标签定义为要在网页上显示的标题或副标题。将文字放在标题标签中时
有六种不同的HTML标题,它们分别由
h1是最大的标题标签,h6是最小的标题标签。因此,h1用于最重要的标题,h6用于最不重要的标题。
HTML中的标题可帮助搜索引擎理解和索引网页的结构。
注意:网页整个内容的主要关键字应通过h1标题标签显示。
请参阅以下示例:
Heading no. 1
Heading no. 2
Heading no. 3
Heading no. 4
Heading no. 5
Heading no. 6
输出:
标题元素(h1 …. h6)仅应用于标题。它们不应仅用于使文本变粗或变大。
例:
Heading elements
This is main heading of page.
h1 is the most important heading, which is used to display the keyword of page
This is first sub-heading
h2 describes the first sub heading of page.
This is Second sub-heading
h3 describes the second sub heading of page.
We can use h1 to h6 tag to use the different sub-heading with their paragraphs if
required.
输出:
Element | Chrome | IE | Firefox | Opera | Safari |
to |
Yes | Yes | Yes | Yes | Yes |