The <small>
HTML element represents side-comments and small print, like copyright and legal text, independent of its styled presentation. By default, it renders text within it one font-size smaller, such as from small
to x-small
.
Definition and Usage
The <small>
tag defines smaller text (like copyright and other side-comments).
Tip: This tag is not deprecated, but it is possible to achieve richer (or the same) effect with CSS.
Browser Support
Global Attributes
The <small>
tag also supports the Global Attributes in HTML.
Event Attributes
The <small>
tag also supports the Event Attributes in HTML.