TELETYPE v16

This function and procedure generates the <TT> and </TT> tags, which render text in a fixed-width, typewriter font such as Courier.

Syntax

The following is the syntax for HTP:

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

The following is the syntax for HTF:

HTF.TELETYPE (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render in a fixed-width typewriter font
cattributesOther attributes to include as is in the tag