Jasen
6
Q:

space in html

 
-2
&nbsp;  <!-- 1 space -->
&ensp;	<!-- tab; 2 space -->
&emsp;	<!-- tab; 4 space -->
12
<!--   Add leading white space in front of text  -->

&nbsp;Hello World

<!--    Output:   ' Hello World'    -->
11
	non-breaking space	= &nbsp;
<	less than =	&lt;
>	greater than =	&gt;
&	ampersand =	&amp;
4

New to Communities?

Join the community