Defines the properties for a block of text one font size smaller than the base font.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 2.0+ | 2.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This example sets the font for "small" text to a fixed size of 8pt:
small {
font-size: 8pt;
}
Remarks
By default, "small" sets the size of a font to one size smaller relative to the parent element.


