contents.gifindex.gifprev1.gifnext1.gif

pueblo00000000.gif <pre>...</pre>

The Preformatted Text element presents blocks of text in fixed-width font, and so is suitable for text that has been formatted on screen.

Within preformatted text:

pueblo00000003.gif Line breaks within the text are rendered as a move to the beginning of the next line.

pueblo00000003.gif The <p> element should not be used. If found, it should be rendered as a move to the beginning of the next line.

pueblo00000003.gif Anchor elements and character highlighting elements may be used.

pueblo00000003.gif Elements that define paragraph formatting (headings, address, etc.) must not be used.

pueblo00000003.gif The horizontal tab character (encoded in US-ASCII and ISO-8859-1 as decimal 9) must be interpreted as the smallest positive nonzero number of spaces which will leave the number of characters so far on the line as a multiple of 8. Its use is not recommended however.

Attributes

WIDTH

The WIDTH attribute specifies the maximum number of characters for a line and allows Web Tracker to select a suitable font and indentation. If the WIDTH attribute is not present, a width of 80 characters is assumed.

Also see

<code>

<samp> (sample)

<tt> (teletype)

<xch_mudtext>