SMALL v16

This function and procedure generates the <SMALL> and </SMALL> tags, which render text in a small font.

Syntax

The following is the syntax for HTP:

HTP.SMALL(
   ctext          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTP.SMALL(ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render in a small font
cattributesOther attributes to include as is in the tag