Which of the following should I use in my stylesheets?
/* Example #1: */ background-image: url(image.png); /* Example #2: */ background-image: url(\"image.pn
Three ways are legal according to the W3C. If you have special characters in the name (as space) you should use the second or the third.