HEADER v16

This function and procedure generates heading tags (<H1> to <H6>) and their corresponding closing tags (</H1> to </H6>).

Syntax

The following is the syntax for HTP:

HTP.HEADER (
   nsize          IN       INTEGER
   cheader        IN       VARCHAR2
   calign         IN       VARCHAR2   DEFAULT NULL
   cnowrap        IN       VARCHAR2   DEFAULT NULL
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.HEADER (nsize, cheader, calign, cnowrap, cclear, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
nsizeThe heading level, set as an integer between 1 and 6
calignThe value for the ALIGN attribute
cheaderThe text to display in the heading
cnowrapThe value for the NOWRAP attribute
cclearThe value for the CLEAR attribute
cattributesOther attributes to include as is in the tag