This function and procedure generates the <META> tag, which embeds meta-information about the document and specifies values for HTTP headers.

Syntax

The following is the syntax for HTP:

HTP.META (
   chttp_equiv    IN       VARCHAR2
   cname          IN       VARCHAR2
   ccontent       IN       VARCHAR2);

The following is the syntax for HTF:

HTF.META (chttp_equiv, cname, ccontent) RETURN VARCHAR2;

Parameters

ParameterPurpose
chttp_equivThe value for the HTTP-EQUIV attribute
cnameThe value for the NAME attribute
ccontentThe value for the CONTENT attribute