<small>
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.
Browser support
| Feature | Desktop | Mobile | ||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Safari | Chrome Android | Safari iOS | |
| 1 | 12 | 1 | ≤4 | 18 | ≤3.2 | |
1+Supported (version) Not supported ※Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Syntax
HTML
<p>Price: ¥9,800 <small>(tax included)</small></p>
<footer>
<small>© 2024 Sample Co., Ltd. All rights reserved.</small>
</footer> Live demo
Use cases
-
Using <small>
The <small> HTML element represents side-comments and small print, like copyright and legal text, independent of its styled presentation.
Cautions
- May not be supported in older browsers.
Accessibility
- Verify how this element is announced by screen readers.