I am curious to know the usage of the div.something in CSS. I have seen this around the Internet but don't know what it really means when people use div. following by some class without gaps. What is it?
div.report {
background:pink;
}
This seems the same thing like .report { .. } so why would some one use div.report