<pre></pre> tag preserves newlines and spaces. No need to add <br> & other Html tags for extra spaces and line breaks.

Example:

html>
<body>
<pre>
Hello world,

How are you.
This is HTML <p></p> example.
</pre>
</body>
</html>