lopushen
7
Q:

html space

<!-- vertical space -->
&nbsp;
&ensp;
&emsp;

<!--horizontal space -->
<br/>
14
&nbsp;
-2
&nbsp;  <!-- 1 space -->
&ensp;	<!-- tab; 2 space -->
&emsp;	<!-- tab; 4 space -->
12
	non-breaking space	= &nbsp;
<	less than =	&lt;
>	greater than =	&gt;
&	ampersand =	&amp;
4

HTML Entities - W3Schoolswww.w3schools.com › html › html_entities
0
# in CSS means your looking at an ID so 
<div class="ExampleClass" id="ExampleID"></div>

#ExampleID would reference the ID
.ExampleClass would reference the class
0

New to Communities?

Join the community