STRONG v16

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

Syntax

The following is the syntax for HTP:

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

The following is the syntax for HTF:

HTP.STRONG (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render in bold
cattributesOther attributes to include as is in the tag