The <pre> tag tells the browser to render the text and element in the same way as it is coded by retaining the exact space, font-size, line breaks and other formatting characters etc.
The font face is displayed in courier by default.
Browsers usually render <pre> text into fixed-pitched font. It contains line breaks and spaces.
Syntax: <pre> Text…</pre>
Example
<pre>The pre tag describes preformatted text in HTML page.
including line breaks and spaces</pre>