How to use html hgroup tag

silencement
Release: 2019-05-27 13:43:25
Original
3286 people have browsed it

How to use html hgroup tag

The

tag definition and usage instructions in html

tag is used to group title elements.

When the title has multiple levels (subtitles), the

element is used to group a series of

-

elements.

Example

Use

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>
Copy after login

Differences between HTML 4.01 and HTML5 The

tag is a new tag in HTML 5.

Global attributes

tag supports HTML global attributes.

Event attributes

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template