HTML Pre Tag


Preformatted Text

    The text between the <pre></pre> tags should be formatted exactly the way you want them including spaces, tabs and line returns using a Fixed Pitch Font. A few of the special characters (< >) appear to be the only exceptions.

Syntax


<PRE width=xxx>
  text-to-be-fixed-pitch-font
</PRE>

Modifiers

WIDTH=width
The maximum width of the text area.