HTML <small> tag

Updated: 11/13/2018 by Computer Hope
HTML small tag

When writing in HTML (HyperText Markup Language), the <small> tag is an inline element for designating text that is one font size smaller, down to a browser's minimum. It is useful when making a side comment or typing something in smaller print, such as a Copyright. The following sections contain information about this tag, including an example of it in use, and related attributes and browser compatibility.

Example of <small> code

<p>This a way to create <small>smaller text</small> on your pages.</p>

Example result

This a way to create smaller text on your pages.

Attributes

All HTML tags support standard attributes that define the settings of an HTML element. Unlike other HTML tags, the <small> tag has no unique attributes.

Compatibility

Edge Internet Explorer Firefox Safari Opera Chrome
All versions All versions All versions All versions All versions All versions

Browser, Compatibility, Container tag, CSS, HTML <b> tag, HTML <i> tag, Web design terms