Ali
0
Q:

& symbol in html

<!-- Answer to: "html special characters" -->

!
&excl;
[
&lsqb; &lbrack;
_
&lowbar;
`
&grave; &DiacriticalGrave;
|
&verbar; &vert; &VerticalLine;
}
&rcub; &rbrace;
¢
&cent;
<!-- There's many more at https://dev.w3.org/html5/html-author/charref -->
1

&entity_name;
OR
&#entity_number;
 
2
# 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