BASEFONT v15
This function and procedure generates the <BASEFONT>
HTML tag, which specifies the base font size for a web page.
Syntax
The following is the syntax for HTP:
HTP.BASEFONT(nsize IN INTEGER);
The following is the syntax for HTF:
HTF.BASEFONT(nsize) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
nsize | The value for the SIZE attribute |
- On this page
- Syntax
- Parameters