HTML: The Markup Language

smallsmall print CHANGED # T

The small element represents so-called “small print” such as legal disclaimers and caveats.

Permitted content #

Permitted attributes #

Tag omission #

A small element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain phrasing elements

DOM interface #

Uses HTMLElement.

Typical default display properties #

small {
font-size: smaller; }