ⓘ h5 – heading # T
The
h1
through
h6
elements are headings for
the sections with which they are associated.
Additional constraints and admonitions #
-
The h5 element must not appear as a
descendant of the address element.
-
The align attribute on the h5 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 #
h5 {
display: block;
font-size: .83em;
margin-before: 1.67em;
margin-after: 1.67em;
margin-start: 0;
margin-end: 0;
font-weight: bold; }