HTML 5: The Markup Language

h3heading (level 3) # T

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

Content model #

Attribute model #

Assertions #

Tag omission #

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

Permitted contexts #

Typical default display properties #

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