<SMALL>
Renders any enclosed text using a "small" font. What constitutes a "small" font
is dependent on your browser and operating system along with any font settings
you may have made in your web browser.
A closing tag is required for this element.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
|
Example
<SMALL>If you can read this,</SMALL>
<SMALL>you're too close!</SMALL>
Renders As:
If you can read this,
you're too close!
Compatibility
HTML 4.01
|