<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
<!-- 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>
php
echo " ";
html
non-breaking space =
< less than = <
> greater than = >
& ampersand = &
Use   or &nsbp;
<!--Some times &nsbp; does not work-->
<p>space please <!-- 1 SPACE Keep adding it for more --></p>
ALT + 255
or
 
<pre class="tab">This text has lots of spaces</pre>
Nama : Siska Apriana Rifianti