I have encountered multiple CSS specifications where the images are referred to like this:
./images/bg.jpg
I understand that ./
means "this directory", so what is the difference between ./images/bg.jpg
and images/bg.jpg
? Why would a developer use ./
in a URL?