html tabs or spaces code example
Example 1: add space in html
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
Example 2: tab space in html
<p style="text-indent :5em;" > </p>
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
<p style="text-indent :5em;" > </p>