DLISTTERM v16

This function and procedure generates the <DT> tag, which defines a term in a definition list <DL>.

Syntax

The following is the syntax for HTP:

HTP.DLISTTERM (
   ctext          IN       VARCHAR2   DEFAULT NULL
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.DLISTTERM (ctext, cclear, cattributes) RETURN VARCHAR2;

Parameters

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