Language References
Reduces the font size from its current value by 1. | HTML 3.2, 4, 4.01, 5 |
HTML Syntax
<small
class = classname
id = value
style = css properties
title = text
event = script
>
The SMALL element has the same effect as using the FONT element with a size value of -1. It renders text in the next smaller size of the current font.
SMALL Members
<p><font size="+1">When Alice ate from the
Caterpillar's mushroom, she started to grow
<small>smaller and <small>smaller.</small>
</small></font></p>
When Alice ate from the Caterpillar's mushroom, she started to grow smaller and smaller.
BIG