[TEXT]text[/TEXT]
Description
Renders text in fixed-width type. This element has the same effect as using the element <PRE>...</PRE> in HTML.
Example
Source text:
[TEXT]
function Hello{
document.write("Hello World!");
}
[/TEXT]
Effect:
function Hello{
document.write("Hello World!");
}

