PARA and PARAGRAPH v17
These functions and procedures generate the <P>
tag, which marks the text as a paragraph. htp.paragraph
enables you to add attributes to the tag.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
calign | The value for the ALIGN attribute |
cnowrap | If the value for this parameter isn't NULL , adds the NOWRAP attribute to the tag |
cclear | The value for the CLEAR attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters