HTML: The Markup Language

h6heading # T

The h1 through h6 elements are headings for the sections with which they are associated.

Permitted content #

Permitted attributes #

Additional constraints and admonitions #

Tag omission #

An h6 element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain flow elements, hgroup

DOM interface #

interface HTMLHeadingElement : HTMLElement {};

Typical default display properties #

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