What is the output of the following HTML?
<pre> Text 1 Text 2 </pre>
A compile error
Text 1 and Text 2 on separate lines, with preserved indentation
Text 1 Text 2 (aligned to the left)
Text 1 Text 2 (aligned to the right)