HTML 5: The Markup Language

h5heading (level 5) # T

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

Content model #

Attribute model #

Assertions #

Tag omission #

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

Permitted contexts #

Typical default display properties #

h5 {
display: block;
font-size: .83em;
margin: 1.67em 0 1.67em 0;
font-weight: bold; }