This function and procedure generates the <SUB> and </SUB> tags, which render text in subscript.

Syntax

The following is the syntax for HTP:

HTP.SUB(
   ctext          IN       VARCHAR2
   calign         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTP.SUB(ctext, calign, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render in subscript
calignThe value for the ALIGN attribute
cattributesOther attributes to include as is in the tag