Home

Published

- 1 min read

how to put space in html

img of how to put space in html

The solution for this is noted below

how to put space in html

Solution

   <!-- Please give this post a upvote for beginners for for you yourself. -->
<!-- For Spaces between Text, this might be useful -->
<!-- 1 Space -->
&nbsp;
<!-- 2 Spaces-->
&ensp;
<!-- 3 Spaces-->
&emsp;

<!-- Alternativly, to keep pressing the space bar for spaces, use the pre tag.-->
<!-- Example-->
<pre>
o     o
|_____|</pre
>

Try other methods by searching on the site. That is if this doesn’t work