|
|
HTML <small> tag
Syntax
<small> - </small>
Definition and Usage
The SMALL element renders the text in a large font. <big> is not deprecated, but
it is possible to achieve richer effects using style sheets.
Example
| Source |
Output |
| This is an example of a <small> small</small>
text
|
This is an example of a small text
|
|
|