html space
<!-- Create space in HTMl -->
<!-- Example: -->
<p> Hello World! </p>
blank space html
add space in html
<!-- vertical space -->
<!--horizontal space -->
<br/>
html space tag
non-breaking space =
< less than = <
> greater than = >
& ampersand = &
html – blank space at left
<span style="padding-left:20px">My text</span>
Source: www.computerhope.com