The <small> tag represents the text smaller by size of the content. Each nested <small> element will further decrease the size by one size smaller.
Example of Code
<h2>Don't use this tag</h2>
<p>It's <small>small <small>smaller <small>smallest</small></small></small></p>
Output
Don't use this tag
It's small smaller smallest
