This function and procedure generates the <HR> tag, which generates a line in the HTML document.

Syntax

The following is the syntax for HTP:

HTP.HR (
   cclear         IN       VARCHAR2   DEFAULT NULL
   csrc           IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

HTP.LINE (
   cclear         IN       VARCHAR2   DEFAULT NULL
   csrc           IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.HR (cclear, csrc, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
cclearThe value for the CLEAR attribute
csrcThe value for the SRC attribute, which specifies a custom image as the source of the line
cattributesOther attributes to include as is in the tag