Home  >  Article  >  Web Front-end  >  How to use html hgroup tag

How to use html hgroup tag

silencement
silencementOriginal
2019-05-27 13:43:253268browse

How to use html hgroup tag

The d8eccd9ed644b68a6460a2bb84548c82 tag definition and usage instructions in html

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.

Example

Use d8eccd9ed644b68a6460a2bb84548c82 tag to group titles

<hgroup>
<h1>Welcome to my WWF</h1>
<h2>For a living planet</h2>
</hgroup>

<p>The rest of the content...</p>

Differences between HTML 4.01 and HTML5 The

d8eccd9ed644b68a6460a2bb84548c82 tag is a new tag in HTML 5.

Global attributes

d8eccd9ed644b68a6460a2bb84548c82 tag supports HTML global attributes.

Event attributes

d8eccd9ed644b68a6460a2bb84548c82 tag supports HTML event attributes.

The above is the detailed content of How to use html hgroup tag. 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
Previous article:How to use html samp tagNext article:How to use html samp tag

Related articles

See more