________ is a technique in CSS where multiple images are combined into a single image to reduce the number of server requests.
- CSS Sprites
- Data URI
- Minification
- Shorthand Properties
CSS Sprites is a technique where multiple images are combined into a single image, reducing server requests and improving performance.
Loading...
Related Quiz
- How does the proper use of the 'alt' attribute in HTML improve accessibility in web design?
- The ::after pseudo-element in CSS is typically used to ________.
- When using the "font-display" property, the value ________ ensures the text remains invisible until the font is loaded.
- What is the primary function of Autoprefixing in CSS development?
- The ________ value of the CSS display property is used to contain floats within a flex or grid context.