BR and NL v16

These functions and procedures generate the <BR> tag, which begins a new line of text.

Syntax

The following is the syntax for HTP:

HTP.NL (
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

htp.br (
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.NL (cclear, cattributes) RETURN VARCHAR2;

HTF.BR (cclear, cattributes) RETURN VARCHAR2;

Parameters

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