📜  HTML标题

📅  最后修改于: 2020-11-01 06:44:01             🧑  作者: Mango

HTML标题

可以将HTML标题或HTML h标签定义为要在网页上显示的标题或副标题。将文字放在标题标签中时

……

,它在浏览器中以粗体显示,文本的大小取决于标题的数量。

有六种不同的HTML标题,它们分别由

标签,从最高级别h1(主标题)到最低级别h6(最重要的标题)。

h1是最大的标题标签,h6是最小的标题标签。因此,h1用于最重要的标题,h6用于最不重要的标题。

HTML中的标题可帮助搜索引擎理解和索引网页的结构。

注意:网页整个内容的主要关键字应通过h1标题标签显示。

请参阅以下示例:

Heading no. 1

Heading no. 2

Heading no. 3

Heading no. 4

Heading no. 5
Heading no. 6

输出:

Heading no. 2

Heading no. 3

Heading no. 4

Heading no. 5
Heading no. 6

标题元素(h1 …. h6)仅应用于标题。它们不应仅用于使文本变粗或变大。

  • HTML标题也可以与嵌套元素一起使用。以下是显示标题元素使用方式的不同代码。

例:



 
    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 browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari

to

Yes Yes Yes Yes Yes