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

h4

Description

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

Syntax

HTML

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

Attributes

Global

CSS

h4
{
    display: block;
    font-weight: bold;
    margin: 1.33em 0 1.33em 0;
}

Examples

1 · CSS