HTML 5: The Markup Language

h6heading (level 6) # T

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

Content model #

Attribute model #

Assertions #

Tag omission #

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

Permitted contexts #

Typical default display properties #

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