Espace HTML
<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
Mehedi Islam Ripon
<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
<!-- Add leading white space in front of text -->
Hello World
<!-- Output: ' Hello World' -->
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
&
<!-- Please give this post a upvote for beginners for for you yourself. -->
<!-- For Spaces between Text, this might be useful -->
<!-- 1 Space -->
<!-- 2 Spaces-->  
<!-- 3 Spaces-->  
<!-- Alternativly, to keep pressing the space bar for spaces, use the pre tag.-->
<!-- Example-->
<pre>
o o
|_____|</pre>
<pre class="tab">This text has lots of spaces</pre>