Element <TEXT>
The TEXT element is used to place text on a PAGE. A short line of text can be placed directly in the text tag using the STRING attribute:
<TEXT STRING="text"/>
To place several lines of text, enclose the block of text in a pair of tags:
<TEXT> text
block...</TEXT>
To place the textual content of a plain text file, use:
<TEXT FILENAME="filename"/>
The attributes listed below are used to set up the formatting. If, however, you just need to emphasize an odd word or two in a block of otherwise plain text, the <?FORMAT?> instruction is often the simplest method.
See also Notes on TEXT.
Links: