KBD and KEYBOARD v16

These functions and procedures generate the <KBD> and </KBD> tags, which render the text in a monospace font.

Syntax

The following is the syntax for HTP:

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

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

The following is the syntax for HTF:

HTF.KEYBOARD (ctext, cattributes) RETURN VARCHAR2;

HTF.KBD (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render in monospace
cattributesOther attributes to include as is in the tag