user72465
0
Q:

whitespace html

&nbsp;  <!-- 1 space -->
&ensp;	<!-- tab; 2 space -->
&emsp;	<!-- tab; 4 space -->
12
&nbsp;
-2
<p>space please &nbsp; <!-- 1 SPACE Keep adding it for more --></p>
2
p.a {
	white-space: nowrap;
}

p.b {
	white-space: normal;
}

p.c {
	white-space: pre;
} 
5
<!--   Add leading white space in front of text  -->

&nbsp;Hello World

<!--    Output:   ' Hello World'    -->
11
Html whitespace
-2

New to Communities?

Join the community