Espaces principaux HTML
<!-- Add leading white space in front of text -->
Hello World
<!-- Output: ' Hello World' -->
tjwild0127
<!-- Add leading white space in front of text -->
Hello World
<!-- Output: ' Hello World' -->
<div style="letter-spacing: 1em;">It's a wide wide word!</div>
<div style="line-height: 1.5;">
<div style="text-indent: 50px;">
<p style="word-spacing: 200px;"> Text with huge spacing between words </p>
<pre class="tab">This text has lots of spaces</pre>