html empty space code example
Example 1: add spaces html
<!-- 1 space -->
  <!-- tab; 2 space -->
  <!-- tab; 4 space -->
Example 2: add space in html
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
Example 3: html space tag
non-breaking space =
< less than = <
> greater than = >
& ampersand = &
Example 4: html - blank space at left
<span style="padding-left:20px">My text</span>