Hi all
Suppose there is a “global.css” which i m calling on my htm page. the css contains some classes that are calling images. like:
.test{
background-image:url(test.jpg);
}
But these classes are not called on the web page.
then my question is that, are those images also load when i visit that web page?