Computer >> Computer tutorials >  >> Programming >> CSS

Role of CSS Image Sprites


When a collection of images is placed into a single image, it is called image sprite. This is done to reduce the server request and loads images immediately.

Let’s say you need to use 4 images on your web page. In that case, add all the images in a single image and upload it. Through this, you can save server request.