An URL starting with capital letters:
 .test{
     background:url('/Static/Common/background.png');
 }
An URL starting with small letters:
 .test{
     background:url('/static/common/background.png');
 }
It is case-sensitive. But I downloaded a code from a website and it has mixture capitals and small letters but still works.
what is the reason behind this ? can anyone clearly explain it. thanks
 
     
    