Espace HTML
<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
Mehedi Islam Ripon
<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
<!-- 1 space -->
  <!-- tab; 2 space -->
  <!-- tab; 4 space -->
<!-- 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>
php
echo " ";
html
Use   or &nsbp;
<!--Some times &nsbp; does not work-->