<html>
<body>
This is
preformatted text.
It preserves both spaces
and line breaks.
<p>The pre tag is good for displaying computer code:</p>
for i = 1 to 10
print i
next i
</body>
</html>
<body>
This is
preformatted text.
It preserves both spaces
and line breaks.
<p>The pre tag is good for displaying computer code:</p>
for i = 1 to 10
print i
next i
</body>
</html>
