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

Syntax

The following is the syntax for HTP:

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

The following is the syntax for HTF:

HTF.BOLD (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text that goes between the tags
cattributesOther attributes to include as is in the tag