'pre' renders text in a fixed-width or monospaced font
<html>
<head>
<title>pre element example</title>
</head>
<body>
<pre>No nonbreaking spaces ( ) are necessary in a pre element.</pre>
Text Text Text
Text text text
</body>
</html>