xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<h1>Basic pre element example</h1>
<pre>
Text in a pre element
is displayed in a fixed-width
font, and it preserves
both spaces and
line breaks
</pre
>
</body>
</html>