ⓘ h3 – heading # T
The
h1
through
h6
elements are headings for
the sections with which they are associated.
Additional constraints and admonitions #
-
The h3 element must not appear as a
descendant of the address element.
-
The align attribute on the h3 element is obsolete.
Use CSS instead.
Permitted parent elements #
any element that can contain
flow elements, hgroup
DOM interface #
interface HTMLHeadingElement : HTMLElement {};
Typical default display properties #
h3 {
display: block;
font-size: 1.17em;
margin-before: 1em;
margin-after: 1em;
margin-start: 0;
margin-end: 0;
font-weight: bold; }