" tag element is used to group titles of web pages or sections. When the title has multiple levels (subtitles), the hgroup element can be used to group a series of "

-

" elements."/> " tag element is used to group titles of web pages or sections. When the title has multiple levels (subtitles), the hgroup element can be used to group a series of "

-

" elements.">

Home  >  Article  >  Web Front-end  >  Which element is used to combine header elements in html 5

Which element is used to combine header elements in html 5

青灯夜游
青灯夜游Original
2021-06-15 15:59:126365browse

In HTML 5, the "hgroup" element is used to group header elements. The "d8eccd9ed644b68a6460a2bb84548c82" tag element is used to group the titles of web pages or sections. When the title has multiple levels (subtitles), the hgroup element can be used to group a series of "4a249f0d628e2318394fd9b75b4636b1-4e9ee319e0fa4abc21ff286eeb145ecc" elements.

Which element is used to combine header elements in html 5

The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.

In HTML 5, the "hgroup" element is used to group header elements.

Example:

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
	</head>
<body>

<hgroup>
  <h1>欢迎来到php中文网!</h1>
  <h2>免费php在线学习平台</h2>
</hgroup>

<p>php中文网提供大量免费、原创、高清的php视频教程。。。。。</p>

</body>
</html>

Description:

d8eccd9ed644b68a6460a2bb84548c82 tag is used to group title elements.

When the title has multiple levels (subtitles), the d8eccd9ed644b68a6460a2bb84548c82 element is used to group a series of 4a249f0d628e2318394fd9b75b4636b1 - 4e9ee319e0fa4abc21ff286eeb145ecc elements.

Recommended tutorial: "html video tutorial"

The above is the detailed content of Which element is used to combine header elements in html 5. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn