how to give in html code example
Example: # in html
# 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
# 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