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

h3

Description

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

Syntax

HTML

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

Attributes

Global

CSS

h3
{
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0 1em 0;
}

Examples

1 · CSS