insert tab html code example
Example 1: opem link in new tab html
<a href="your link" target="_blank">The home page will open in another tab.</a>
//Put target="_blank" as shown
Example 2: add tabs html
<!-- 1 space -->
  <!-- tab; 2 space -->
  <!-- tab; 4 space -->
Example 3: tab space in html
<p style="text-indent :5em;" > </p>
Example 4: adding space tab in html
<d style="padding-left:1em;" > </d>