KBD and KEYBOARD v17
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
Parameter | Purpose |
---|---|
ctext | The text to render in monospace |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters