← All languages
HTML tag of the day
Random

<h5>

Defines a fifth-level section heading.

Description

The `<h5>` tag represents a heading one level below `<h4>`. It is intended for highly nested sections with lower prominence.

Arguments

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

Example

<h5>Minor Heading</h5>

Reference