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

h6

Description

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

Syntax

HTML

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

Attributes

Global

CSS

h6
{
    display: block;
    font-size: .67em;
    font-weight: bold;
    margin: 2.33em 0 2.33em 0;
}

Examples

1 · CSS