EM and EMPHASIS v17
This function and procedure generates the <EM>
and </EM>
tags, which define text to emphasize.
Syntax
The following is the syntax for HTP:
HTP.EM ( ctext IN VARCHAR2 cattributes IN VARCHAR2 DEFAULT NULL); htp.emphasis ( ctext IN VARCHAR2 cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.EM (ctext, cattributes) RETURN VARCHAR2; HTF.EMPHASIS (ctext, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text to emphasize |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters