HR v15
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
Parameter | Purpose |
---|---|
cclear | The value for the CLEAR attribute |
csrc | The value for the SRC attribute, which specifies a custom image as the source of the line |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters