HTML Encyclopaedia

The small tag

The HTML element
<small> text </small>
tells the browser to render the text in a smaller than normal typeface.

This is <small> style

The effect is probably easier to see with small text included in normal "running" text. It is generally equivalent to <font> with the attribute size set to -1.

Browsers
The tag is ignored by MOS3. All other browsers honour it.


See also <big> and the general notes about text styles.