Text in a pre element
is displayed in a fixed-width
font, and it preserves
both      spaces and
line breaks

The pre element is often used to display computer code:

for i = 1 to 10
     print i
next i