how to make enter space show in html code example
Example 1: add spaces html
<!-- 1 space -->
  <!-- tab; 2 space -->
  <!-- tab; 4 space -->
Example 2: paragraph html
<p>Paragraph text goes between</p>
<!-- 1 space -->
  <!-- tab; 2 space -->
  <!-- tab; 4 space -->
<p>Paragraph text goes between</p>