PREOPEN and PRECLOSE v16

These functions and procedures generate the <PRE> and </PRE> tags, which mark preformatted text in the body of the HTML page.

Syntax

The following is the syntax for HTP:

HTP.PREOPEN (
   cclear         IN       VARCHAR2   DEFAULT NULL
   cwidth         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

HTP.PRECLOSE;

The following is the syntax for HTF:

HTF.PREOPEN (cclear, cwidth, cattributes) RETURN VARCHAR2;

HTF.PRECLOSE RETURN VARCHAR2;

Parameters

ParameterPurpose
cclearThe value for the CLEAR attribute
cwidthThe value for the WIDTH attribute
cattributesOther attributes to include as is in the tag