Espace blanc en 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' -->
<p> </p> <!-- Creates a few blank spaces -->
Just type this ' '. To craete a white-space in HTML
<!-- This can be used to created lines between paragraphs of text -->
<hr>