Defines pre-formatted text. Text within this tag preserves spaces and line breaks. It is commonly used to display computer code because it preserves nesting indentations. It is usually rendered in a monospace font. Inline element
<pre attributes> ... </pre>
<pre>This spaces will be preserved</pre>