html space
xxxxxxxxxx
<!-- Example: -->
<p> Hello World! </p>
<!-- type of space: -->
 
 
<!-- other unique code: -->
## HTML Character Codes
#First code "Entity Name"
#Second code "Entity Number"
#You can use one of them
space  
< < <
> > >
& & &
" " "
' ' '
¢ ¢ ¢
£ £ £
¥ ¥ ¥
€ € €
© © ©
® ® ®
xxxxxxxxxx
<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
xxxxxxxxxx
<!-- 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>
xxxxxxxxxx
non-breaking space =
< less than = <
> greater than = >
& ampersand = &