html - Is it possible to set the equivalent of a src attribute of an img tag in CSS? - Stack Overflo
Is it possible to set the src attribute value in CSS? At present, what iI am doing is: and I want it to be something like this .myClass { some-src-property: url("pathTo/myImage.jpg"); I want to do this without using the ......