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