ITALIC v16

This function and procedure generates the <I> and </I> tags, which render the text in italics.

Syntax

The following is the syntax for HTP:

HTP.ITALIC (
   ctext          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.ITALIC (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to be rendered in italics
cattributesOther attributes to include as is in the tag