HEADOPEN and HEADCLOSE v16

This function and procedure generates the <HEAD> and </HEAD> tags, which mark the HTML document head section.

Syntax

The following is the syntax for HTP:

HTP.HEADOPEN;

HTP.HEADCLOSE;

The following is the syntax for HTF:

HTF.HEADOPEN RETURN VARCHAR2;

HTF.HEADCLOSE RETURN VARCHAR2;