Preformatted Text

Any spaces that you put into text that is surrounded by <pre>and</pre>
is retained in the final output.
Example of Preformatted Text:

heading1
heading2
heading3
column1 column2 column3 column4
column1 column2 column3 column4



Code Example below:
<pre>

heading1
heading2
heading3
column1 column2 column3 column4
column1 column2 column3 column4


</pre>