Last Updated on April 26, 2023 by Roshan Parihar
HTML small tag is the text Formatting tag used in html to make text smaller.
1 |
<small>Enter small text here...</small> |
1 |
<p>This is a <small>smaller text</small> looks one font small.</p> |
Output
This is a smaller text looks one font small.
Resources and References of HTML small tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github