← All languages
HTML tag of the day
Random

<h4>

Defines a fourth-level section heading.

Description

The `<h4>` tag represents a heading one level below `<h3>`. It is used for deeper subsection hierarchy where needed.

Arguments

NameDescriptionOptional
attributes Optional global or element-specific attributes for `<h4>`. Yes

Example

<h4>Detail Heading</h4>

Reference