1The <pre> tag defines preformatted text.
2
3Text in a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.
4
5Example:
6<pre>
7Hello greppers, ankur
8here hope you all
9are enjoying the
10coding.
11</pre>
1<pre> the space before this sentence will stay! so will the following space! </pre>