

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Questions & Answers
- How to create and use CSS Image Sprites
- Role of CSS Filters
- Role of CSS :focus Selector
- Role of CSS :hover Selector
- Role of CSS :active Selector
- Role of CSS :checked Selector
- Role of CSS: disabled Selector
- Role of CSS :empty Selector
- Role of CSS :enabled Selector
- Role of CSS :invalid Selector
- Role of CSS :link Selector
- Role of CSS :optional Selector
- Role of CSS :required Selector
- Role of CSS :root Selector
- Role of CSS :target Selector
Advertisements