HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

h5

Description

The h5 element for HTML represents a heading for the section with which it is associated.

Syntax

HTML

<h5 attribute-name="attribute-value"></h5>

Attributes

Global

CSS

h5
{
    display: block;
    font-size: .83em;
    font-weight: bold;
    margin: 1.67em 0 1.67em 0;
}

Examples

1 · CSS