TITLE v16

This function and procedure generates the <TITLE> and </TITLE> tags, which specify the text to display in the title bar of the browser window.

Syntax

The following is the syntax for HTP:

HTP.TITLE (ctitle IN VARCHAR2);

The following is the syntax for HTF:

HTF.TITLE (ctitle) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctitleThe text to display in the title bar of the browser window