Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<pre> : preformatted text
The PRE element tells visual user agents that the enclosed text is "preformatted". When handling preformatted text, visual user agents:

May leave white space intact.
May render text with a fixed-pitch font.
May disable automatic word wrap.
Must not disable bidirectional processing.

Attributes
-) width Deprecated. This attribute provides a hint to visual user agents about the desired width of the formatted block. The user agent can use this information to select an appropriate font size or to indent the content appropriately. The desired width is expressed in number of characters. This attribute is not widely supported currently.

Example

<pre>
         text title
    this is the first line
      second line
</pre>

Gives

         text title
    this is the first line
      second line







For complete reference see html reference at W3C
XC..19   XC..20   XC..21   XC..22   XC..23   XC..24   XC..25   XC..26   XC..27   XC..28   XC..29   XC..30   XC..31   XC..32  
XC..33   XC..34   XD..1   XD..2   XE..1   XE..2   XF..1   XG..1   XH..1   XI..1   XJ..1   XK..1   XL..1   XL..2  
XL..3   XM..1   XM..2   XN..1   XN..2   XN..3   XO..1   XP..1   XP..2   XP..3   XP..4   XQ..1   XR..1   XR..2  
XR..3   XS..1   XS..2   XT..1   XU..1   XV..1   XW..1   XY..1   XZ..1   XZ..2   XZ..3   XZ..4