Final answer:
CSS Sprites are used to reduce the number of HTTP requests required to view a webpage.
Step-by-step explanation:
CSS Sprites are used to reduce the number of HTTP requests required to view a webpage by combining multiple images into a single image. This reduces the loading time of the webpage. It does not reduce the size of the CSS file or the number of selectors required in a CSS file.