CSS : dot (.) vs hash (#)


CSS : dot (.) vs hash (#)
. => class selector
# => id selector

so

.lblClass { width:20dp; } -> <label class="lblClass"/>

#lblID {widh: 10dp;} -> <label id="lblID"/>


PS. The # symbol is called an octhrope

Comments

Popular posts from this blog

Understanding Top line and Bottom line?

How to activate PF UAN account

Scrum Master vs Product Owner